0.4.0 • Published 8 years ago

slush-banana v0.4.0

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

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