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).
- Host: GitHub
- URL: https://github.com/pinjasaur/project-scaffolder
- Owner: Pinjasaur
- License: mit
- Created: 2017-04-19T22:37:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T06:16:22.000Z (over 8 years ago)
- Last Synced: 2025-03-22T01:18:35.596Z (over 1 year ago)
- Topics: cat-gif, gulp, project-scaffolding, scaffold, scaffolder, scaffolding
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)