- node-fetch
A light-weight module that brings window.fetch to node.js
- fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
- minimist
parse argument options
- handlebars
Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
- colors
get colors in your node.js console
- request
Simplified HTTP request client.
- ws
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
- q
A library for promises (CommonJS/Promises/A,B,D)
- rimraf
A deep deletion module for node (like `rm -rf`)
- CodeWhisperer alternatives