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

https://github.com/pinjasaur/project-scaffolder

Scaffold out static web projects (feat. Sass, ES6, Nunjucks).
https://github.com/pinjasaur/project-scaffolder

cat-gif gulp project-scaffolding scaffold scaffolder scaffolding

Last synced: 2 months ago
JSON representation

Scaffold out static web projects (feat. Sass, ES6, Nunjucks).

Awesome Lists containing this project

README

          

# project-scaffolder

> Because you want to start Your Next Project™ right **meow**.



## Features

Tons of automagic™ features, including…

- Production builds with **minified and revisioned** assets
- Browser-Sync server with _live-reloading_
- **Nunjucks** templating
- Compile **Sass** (includes _Autoprefixer_ and sourcemaps)
- **Transpile ES6** with _Babel & Browserify_ (includes sourcemaps)
- Image optimization & compression
- **SVG spritesheet** generation
- Simple **semver** management

## Usage

1. `git clone` the repo
2. `cd` to the repo root
3. Run `yarn`
4. Run `node build.js`
5. Answer the questions
6. Move the contents of the `scaffold/` to your desired place

## Credit

Modified from [segmentio/metalsmith](https://github.com/segmentio/metalsmith/tree/master/examples/project-scaffolder).

## License

[MIT](/LICENSE)