Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vineyardbovines/golf.js

an actually blazing fast 🚀™ node project scaffolder
https://github.com/vineyardbovines/golf.js

nodejs-generator project-generator

Last synced: 12 days ago
JSON representation

an actually blazing fast 🚀™ node project scaffolder

Awesome Lists containing this project

README

        

# golf.js

an actually blazing fast 🚀™ node project scaffolder

## usage

```bash
yarn global add golfjs
or
npm install -g golfjs
```

then

```bash
$ golf
```

## 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 setup) to build a package.json.

need something not node-specific? check out the original [golf](https://github.com/gretzky/golf)

---

init'd with [golf](https://github.com/gretzky/golf.js)