Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "mail-cli", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -21,2 +21,12 @@ # Mail CLI Tool | ||
``` | ||
npx mail-cli | ||
``` | ||
For installation inside node_modules | ||
``` | ||
npm i mail-cli | ||
``` | ||
For cloneing and contribution | ||
```bash | ||
@@ -33,3 +43,3 @@ git clone https://github.com/your-repo/mail-cli-tool.git | ||
```bash | ||
node index.js <command> [options] | ||
npx mail-cli <command> [options] | ||
``` | ||
@@ -42,11 +52,11 @@ | ||
```bash | ||
node index.js --setup --smtp-host <host> | ||
node index.js --setup --smtp-port <port> | ||
node index.js --setup --auth-user <username> | ||
node index.js --setup --auth-pass <password> | ||
node index.js --setup --set-secure | ||
node index.js --setup --set-unsecure | ||
node index.js --setup --set-editor <editor> | ||
node index.js --setup --view-config | ||
node index.js --setup --edit-config | ||
npx mail-cli --setup --smtp-host <host> | ||
npx mail-cli --setup --smtp-port <port> | ||
npx mail-cli --setup --auth-user <username> | ||
npx mail-cli --setup --auth-pass <password> | ||
npx mail-cli --setup --set-secure | ||
npx mail-cli --setup --set-unsecure | ||
npx mail-cli --setup --set-editor <editor> | ||
npx mail-cli --setup --view-config | ||
npx mail-cli --setup --edit-config | ||
@@ -60,8 +70,8 @@ ``` | ||
```bash | ||
node index.js --draft --new [--tag <tagname>] | ||
node index.js --draft --get-draft-list | ||
node index.js --draft --get-draft <draft_id or tag_name> | ||
node index.js --draft --edit-draft --subject <draft_id or tag_name> <new_subject> | ||
node index.js --draft --edit-draft --body <draft_id or tag_name> <new_body> | ||
node index.js --draft --send [<draft_id or tag_name>] | ||
npx mail-cli --draft --new [--tag <tagname>] | ||
npx mail-cli --draft --get-draft-list | ||
npx mail-cli --draft --get-draft <draft_id or tag_name> | ||
npx mail-cli --draft --edit-draft --subject <draft_id or tag_name> <new_subject> | ||
npx mail-cli --draft --edit-draft --body <draft_id or tag_name> <new_body> | ||
npx mail-cli --draft --send [<draft_id or tag_name>] | ||
@@ -68,0 +78,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162449
139