Home

Awesome

Slush Tangerine Logo

Slush Tangerine

Front-End boilerplate generator with tangerine flavor.

How to install and use the generator?

Install the slush:

$ [sudo] npm install -g slush

Install the tangerine generator:

$ [sudo] npm install -g slush-tangerine

Use the generator:

$ slush tangerine

The generated boilerplate

Basic docs:

Stack based in NodeJS:

Vendors:

Folders Structure:

.
├── README.md
├── out/
├── tests/
├── src/
|   ├── assets/
|   ├── includes/
|   ├── partials/
|   ├── layouts/
|   └── index.jade
├── config.json
├── gulpfile.js
├── package.json
├── karma.conf.js
├── .editorconfig
├── .jshintrc
└── .gitignore

Automatic Tasks:

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Find on our roadmap the next steps of the project ;) <br> Want to contribute? Follow these recommendations.

History

See Releases for detailed changelog.

License

MIT License © Afonso Pacifer