You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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