kea-cli

v0.24.0
kea cli tools

kea-cli

To get started with a new kea project, just type these commands:

npm install kea-cli -g
kea new my-project
cd my-project
npm install # or yarn
npm start   # or yarn start

and open http://localhost:2000/.

Later inside my-project run these to hack away:

kea g scene-name                               # new scene
kea g scene-name/component-name                # component under the scene
kea g scene-name/component-name/really-nested  # deeply nested logic

More documentation coming soon! Please help if you can!

npm i kea-cli

Metadata

  • MIT
  • Whatever
  • Marius Andra
  • released 9/10/2017

Downloads

Maintainers