slush-banana

0.4.0 • Public • Published

Slush Banana

Front-End boilerplate generator with banana flavor.

npm npm

How to install and use the generator?

Install the BananaCSS CLI:

$ [sudo] npm install -g bananacss

Install the slush:

$ [sudo] npm install -g slush

Install the tangerine generator:

$ [sudo] npm install -g slush-banana

Use the generator:

$ slush banana

The generated boilerplate

Stack based in NodeJS:

Folders Structure:

.
├── README.md
├── src/
|   ├── scripts/
|   ├── styles/
|   |   |   modules/
|   |   └── main.bnn
├── out/
|   ├── scripts/
|   ├── styles/
|   |   └── main.css
|   └── index.html
├── package.json
└── .gitignore

Automatic Tasks:

  • $ gulp serve: Start a static server and Watch files for livereload.
  • $ gulp build: Build with bananaCSS and Babel.

Versioning

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

Contributing

Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.

License

MIT License © Afonso Pacifer

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.4.00latest

Version History

VersionDownloads (Last 7 Days)Published
0.4.00
0.3.00
0.2.00
0.1.00

Package Sidebar

Install

npm i slush-banana

Weekly Downloads

0

Version

0.4.0

License

MIT

Last publish

Collaborators

  • afonsopacifer