Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)