eria

0.0.0 • Public • Published

eria

An isomorphic Node.js stack

Usage

# start a project using eria 
$ eria init eria-example
 
# here we go, create a component via the cli tool 
$ eria new CounterComponent
 
# then it will notify you which Action and Store you want to associate it with 
# if they exist then we do nothing, or we shall create them 
# if you leave it blank then we shall find one by the component name 
# like CounterActions for CounterComponent  
$    Which Actions you want to use:
$    Which Store you want to use:
 
# you can also create Actions and Store yourself 
$ eria new CustomActions
$ eria new CustomStore

License

MIT.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i eria

      Weekly Downloads

      1

      Version

      0.0.0

      License

      MIT

      Last publish

      Collaborators

      • kchan