npm-launch icon indicating copy to clipboard operation
npm-launch copied to clipboard

🚀 Minimalistic task runner on steroids!

Results 6 npm-launch issues
Sort by recently updated
recently updated
newest added

Use https://www.npmjs.com/package/update-notifier to inform users about available updates.

enhancement

`npm-launch` should behave more like `npm run` when listing tasks: ![ctjpiwuvuaak2lc](https://cloud.githubusercontent.com/assets/1842462/18814032/887ecaf0-830e-11e6-93a4-9dc8fea7092a.jpg) (https://twitter.com/addyosmani/status/779773039932125184) ## Changes 1. Show tasks' commands when listing 2. Breaking change: `launch` without specifying any tasks should print...

enhancement

JSON tasks should be able to use `$1`, `$2`, `$NODE_ENV`, ...

enhancement

There should be something like `launch --link` that updates the local `package.json`. Writes something like this to `package.json`: ``` js "scrips": { "build": "launch build", "test": "launch test" } ```...

enhancement

Two different use cases to consider: ## "text/plain": Use different rendering if not in a TTY (if piping output into a log file, build server, ...) - Don't show fancy...

enhancement

Like grunt/gulp/... So you can use different versions of npm-launch in multiple projects.

enhancement