All Projects → catberry → catberry-cli

catberry / catberry-cli

Licence: other
CLI utility for Catberry Framework

Programming Languages

javascript
184084 projects - #8 most used programming language

Catberry CLI

Build Status Gitter

What is it?

This is a Command Line Interface for the Catberry Framework that helps to create projects, cat-components and stores.

Installation

npm -g install catberry-cli

Create Catberry Applications using a project template

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 Framework
  • empty-handlebars - empty project using Handlebars template engine.
  • empty-dust - empty project using Dust template engine.
  • empty-pug - empty project using Pug template engine.

Add Store into your project

catberry addstore [--dest=directory] <storeName>

Add Cat-component into your project

catberry addcomp [--dest=directory] [--preset=handlebars] <componentName>

Also you can use preset values such as:

  • handlebars (by default)
  • dust
  • pug

To get more usage details, please use catberry --help

Contributing

There are a lot of ways to contribute:

Denis Rechkunov [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].