-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add User-Agent #5
base: main
Are you sure you want to change the base?
Conversation
README.md
Outdated
@@ -14,15 +19,15 @@ A Command Line Interface (CLI) tool for removing backgrounds and upscaling image | |||
1. **Clone this repository**: | |||
```bash | |||
git clone https://github.com/eax-academy/cli-plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@let's add the current repo name
https://github.com/PicsArt/picsart-creative-apis-cli/
README.md
Outdated
@@ -14,15 +19,15 @@ A Command Line Interface (CLI) tool for removing backgrounds and upscaling image | |||
1. **Clone this repository**: | |||
```bash | |||
git clone https://github.com/eax-academy/cli-plugin | |||
cd image-processor-cli | |||
cd picsart-cli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we do only 'picsart' and not 'picsart-cli'? what needs to change for this? pls adapt
help/cli-options.yaml
Outdated
@@ -3,7 +3,7 @@ version: '1.0.0' | |||
|
|||
helpOption: | |||
flags: '-h, --help' | |||
description: 'Display help for the image-processor CLI tool' | |||
description: 'Display help for the picsart CLI tool' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the brand name Picsart with upper case P and lower case a: Picsart
this is very important, please check the whole readme and adapt as needed
package.json
Outdated
@@ -10,7 +10,7 @@ | |||
"author": "", | |||
"license": "ISC", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this our lib's license?
it should be MIT then .... please check and fix
No description provided.