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

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

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
```

![Screenshot of scaffold-js](https://cloud.githubusercontent.com/assets/3826772/9849793/018e688c-5abc-11e5-9344-86c603774044.png)

### 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
```