scripts-and-utils
v1.1.0
Published
This module is build for dynamic scripts commands for performing operations using command line.
Downloads
5
Readme
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?
- add water mark
- abc
- xyz Answer: '''
Command options
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.