Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akccakcctw/generator-pugass
project structure generator for F2E development
https://github.com/akccakcctw/generator-pugass
front-end pug yeoman
Last synced: about 2 months ago
JSON representation
project structure generator for F2E development
- Host: GitHub
- URL: https://github.com/akccakcctw/generator-pugass
- Owner: akccakcctw
- License: mit
- Created: 2017-02-20T10:19:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T21:15:36.000Z (over 3 years ago)
- Last Synced: 2024-10-16T09:32:51.815Z (3 months ago)
- Topics: front-end, pug, yeoman
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Pugass - front-end structure generator
![NPM-downloads](https://img.shields.io/npm/dt/generator-pugass.svg)
![LICENSE](https://img.shields.io/github/license/akccakcctw/generator-pugass.svg)## Features
+ Enable [ES2015](https://babeljs.io/learn-es2015/) features using [Babel](https://babeljs.io/)
+ CSS [Autoprefixing](https://www.npmjs.com/package/gulp-autoprefixer)
+ Built-in preview server with [BrowserSync](https://www.browsersync.io/)
+ Automagically compile Sass with [LibSass](https://www.npmjs.com/package/gulp-sass) or [Ruby Sass](https://www.npmjs.com/package/gulp-compass)
+ [Pug](https://pugjs.org/api/getting-started.html) as HTML template engine## Getting Started
```sh
# install yo
npm install --global yo# install pugass
npm install --global generator-pugass# run
yo pugass
```## Options
+ `--skip-message`
+ `--no-babel`## Issues
## Changelog
## License
MIT © [Rex Tsou](https://github.com/akccakcctw)