0.4.0 • Published 8 years ago

generator-catberry v0.4.0

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

generator-catberry NPM version Build Status Dependency Status

Yeoman generator for Catberry Framework

Install

npm install yo -g
npm install generator-catberry -g

Generate a new Catberry app

mkdir my-new-catberry-app
cd my-new-catberry-app
yo catberry [--preset=<preset>] [<appName>]

Presets are

  • handlebars Empty project with Handlebars as template engine (default preset)
  • dust Empty project with Dust as template engine
  • jade Empty project with Jade as template engine
  • example Complete example application

Generate a store

yo catberry:store <storeName>

Generate a component

yo catberry:component [--preset=<preset>] <componentName>

Where preset is handlebars, dust or jade. If omitted, app preset is used (handlebars for example).

0.4.0

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago