Slush Banana
Front-End boilerplate generator with banana flavor.
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
Stack based in NodeJS:
- Generator: Slush
- CSS Superset: BananaCSS
- CSS Reset: Normalize
- JS Compiler: BabelJS
- Task runner: GulpJS
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.
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.