Skip to content

kalyanov/catberry-cli

 
 

Repository files navigation

Catberry CLI Build Status

NPM

What is it?

This is a Command Line Interface for Catberry Framework that helps to create projects.

It helps to:

Create Catberry Applications using 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-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

Installation

npm -g install catberry-cli

To get more usage details catberry --help

Contributing

There are a lot of ways to contribute:

Denis Rechkunov denis.rechkunov@gmail.com

About

CLI utility for Catberry Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.0%
  • Handlebars 6.5%
  • Other 0.5%