golfjs
v0.1.4
Published
an actually blazing fast 🚀™ node project scaffolder
Downloads
7
Maintainers
Readme
golf.js
an actually blazing fast 🚀™ node project scaffolder
usage
yarn global add golfjs
or
npm install -g golfjs
then
$ golf <project name>
what it does
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 self) to build a package.json.
init'd with golf