Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vineyardbovines/golf.js
- Owner: vineyardbovines
- Created: 2018-07-20T16:04:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:43:08.000Z (11 months ago)
- Last Synced: 2024-10-16T09:30:03.265Z (29 days ago)
- Topics: nodejs-generator, project-generator
- Language: JavaScript
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - golf.js - an actually blazing fast 🚀™ node project scaffolder (JavaScript)
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.mdit 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)