1.1.0 • Published 3 years ago

scripts-and-utils v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

scripts-and-utils

**Command to Install***

npm i scripts-and-utils --save

Add custom script command into package.json (You can write any name of the command)

''' "scripts": {

"custom_scripts": "node node_modules/scripts-and-utils/index.js"

} '''

Run updated command

npm run custom_scripts

**** Choose the options which'll be appear into command-line

''' ? Which do you want to perform? 1) add water mark 2) abc 3) xyz Answer: '''

Command options

1) add water mark

- Which will ask you for the name of the directory you want to add the watermark.
- Then watermark message will be asked
- and your watermark will be added to all the files and directoried.
1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago