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

Readme

Keywords

Package Sidebar

Install

npm i slush-banana

Weekly Downloads

1

Version

0.4.0

License

MIT

Last publish

Collaborators

  • afonsopacifer