0.1.3 • Published 9 years ago
kaiju-generator v0.1.3
kaiju-generator
A generator for Kaiju framework
Generated architecture
client
build
src
store
view
widget
util
style
typing
testInstallation
npm install -g kaiju-generatorQuick 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 /myAppInstall dependencies:
npm installStart your Kaiju app:
npm startCommand 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 directoryExample
Generate your app in a custom path:
kaiju --css=scss ~/Desktop/myAppHow 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