JavaScript > npm scripts
Task runner.
Contents
Task Runners
File Watchers
Dev Servers
Cross-platform Utilities
Delete files or directories; like rm -rf.
Safer file and folder deletion.
Create a directory, creating parent directories if needed; like mkdir -p.
cp -r for Node.js.
File/directory copying/renaming.
Copy a list of files into a directory.
rsync-like directory syncing with watch mode.
Cross-platform echo with JS escape sequence support.
Clear the terminal.
Set environment variables for scripts, unix-style.
Run platform-specific npm scripts.
Utility that reads from standard input and writes to standard output and files; like Unix tee.
Print a file to stdout, with optional watch mode; sorta like Unix cat.
Other Utilities
Take contents of a file and output as new file with a hash in the name.
Get the gzipped size of a file or stdin.
Open websites, files, executables, etc. with the user's preferred application.
Add header / banner info to a file.
Get main bower files on the command line.
Send native desktop notifications when npm scripts fail.
Miscellaneous
The npm scripts GUI.
npm scripts desktop client.
Run locally-installed node module executables. Useful for debugging npm scripts.
Quickly run npm scripts by prefix without typing the full name.
Edit npm scripts from the command line without worrying about JSON escaping.
Interactive cli menu to list and run npm scripts.