slush-banana
v0.4.0
Published
Front-End boilerplate generator with banana flavor.
Downloads
2
Readme
Slush Banana
Front-End boilerplate generator with banana flavor.
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.