golfjs

an actually blazing fast 🚀™ node project scaffolder

Usage no npm install needed!

<script type="module">
  import golfjs from 'https://cdn.skypack.dev/golfjs';
</script>

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