This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Description
I've never made a command line specific tool - I'm mostly a browser person. Does anyone have a good set of basic requirements for what we'd need? My guesses
- build script (webpack, with nicely configured package.json scripts)
- index.js
- travis.yml
- tests + dependencies set up
- package.json with likely dependencies (e.g. devdependencies for builds).