https://github.com/codenameyau/scaffold-js
:gift: Node.js CLI for creating JS dotfiles
https://github.com/codenameyau/scaffold-js
Last synced: 5 months ago
JSON representation
:gift: Node.js CLI for creating JS dotfiles
- Host: GitHub
- URL: https://github.com/codenameyau/scaffold-js
- Owner: codenameyau
- License: mit
- Created: 2015-09-09T08:56:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T10:17:53.000Z (over 9 years ago)
- Last Synced: 2025-11-27T10:24:00.869Z (7 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/scaffold-js
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scaffold-js
Generators and scaffolding tools come with a lot of cruft. Most of the time, all I want are the configuration files, which you can now create like so:
```
scaffold-js
```

### Installation
```
sudo npm install -g scaffold-js
```
To use the ES6 babel-compiler for eslint, you'll need to install:
```
sudo npm install -g babel babel-eslint eslint
```