This is a Command Line Interface for Catberry Framework that helps to create projects.
It helps to:
catberry init [--dest=directory] <template>
Included templates:
example
- finished project that works with GitHub API and demonstrates how to implement such isomorphic application using Catberry Frameworkempty-handlebars
- empty project using Handlebars template engine.empty-dust
- empty project using Dust template engine.empty-jade
- empty project using Jade template engine.
Add Store to the project
catberry addstore [--dest=directory] <storeName>
Add Cat-component to the project
catberry addcomp [--dest=directory] [--preset=handlebars] <componentName>
Also you can use preset
values such as:
handlebars
(by default)dust
jade
npm -g install catberry-cli
To get more usage details catberry --help
There are a lot of ways to contribute:
- Give it a star
- Join the Gitter room and leave a feedback or help with answering users' questions
- Submit a bug or a feature request
- Submit a PR
- If you like the logo, you might want to buy a Catberry T-Shirt or a sticker
Denis Rechkunov denis.rechkunov@gmail.com