catberry-cli

9.0.0 • Public • Published

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 denis.rechkunov@gmail.com

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 9.0.0
    1
    • latest

Version History

Package Sidebar

Install

npm i catberry-cli

Weekly Downloads

6

Version

9.0.0

License

MIT

Last publish

Collaborators

  • rdner