1.1.1 • Published 3 years ago

easyrun v1.1.1

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

English | 简体中文

desc

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

usage

  • step 1 npm install easyrun -g

  • step 2 erun [command] [options]

command

erun [option]

feat

  • output your project scripts list
  • exec script

options

  • -r Select a command from the list to execute
  • TODO: -m Follow-up to make a list of Multiple choice, one-click operation

example

  • 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

... TODO

CHANGELOG

CHANGELOG

end

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☕️

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2-beta

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago