andywer / npm-launch

🚀 Minimalistic task runner on steroids!
MIT License
38 stars 1 forks source link

Better listing of available tasks #8

Open andywer opened 8 years ago

andywer commented 8 years ago

npm-launch should behave more like npm run when listing tasks:

ctjpiwuvuaak2lc (https://twitter.com/addyosmani/status/779773039932125184)

Changes

  1. Show tasks' commands when listing
  2. Breaking change: launch without specifying any tasks should print tasks list instead of trying to run a default task (since default as task name is not a standard in the npm world, anyway)
andywer commented 8 years ago

Also nice: https://twitter.com/sindresorhus/status/780257903152209920