an actually blazing fast 🚀™ node project scaffolder
yarn global add golfjs
or
npm install -g golfjs
then
$ golf <project name>
golf generates all of the generic files you need for a nodejs project based on your environment.
- .editorconfig
- .gitignore
- LICENSE (MIT)
- README.md
it also runs yarn
or npm
init (depending on your setup) to build a package.json.
need something not node-specific? check out the original golf
init'd with golf