Let your script command run more simple!
English | 简体中文
Do you have the same troubles like me?
- Always can't remember what the project script names
- Too lazy to run multiple commands
- ... any about run scripts
-
step 1
npm install easyrun -g
-
step 2
erun [command] [options]
- output your project scripts list
- exec script
-r
Select a command from the list to execute- TODO:
-m
Follow-up to make a list of Multiple choice, one-click operation
erun
🆒 Your project has the following script.
-----------------------------------------
{
dev: 'rollup -c --watch',
build: 'rm -rf ./bin && rollup -c',
erun: 'node ./bin/erun.js'
}
-----------------------------------------
erun -r
Please select the command you want to execute (Use arrow keys)
❯ dev
build
erun
changelog
prepublish
...
npm run dev
If you feel helpful, you can come to Github give me a star, your ✨ is the biggest encouragement to me ~
If you really like, 🤓🤓🤓 you can ask the author to drink a cup of coffee☕️