kaiju-generator

0.1.3 • Public • Published

kaiju-generator

A generator for Kaiju framework

Generated architecture

client
  build
  src
    store
    view
    widget
    util
      style
  typing
  test

Installation

npm install -g kaiju-generator

Quick Start

The quickest way to get started with kaiju is to use the executable kaiju to generate an application as shown below:

Create the app:

kaiju /myApp && cd /myApp

Install dependencies:

npm install

Start your Kaiju app:

npm start

Command Line Options

This generator can also be further configured with the following command line flags.

-h, --help           output usage information
-V, --version        output the version number
-c, --css <engine>   add stylesheet <engine> support (less|stylus|sass) (default to less)
-f, --force          force on non-empty directory

Example

Generate your app in a custom path:

kaiju --css=scss ~/Desktop/myApp

How to

If you need more details, feel free to read the doc.

TODO

Add option to generate empty templates in a custom path:

  • with or without folder pack
  • template with state and route
  • template with state without route
  • stateless template
  • store

Package Sidebar

Install

npm i kaiju-generator

Weekly Downloads

0

Version

0.1.3

License

ISC

Last publish

Collaborators

  • thibaudb