0.0.0 • Published 9 years ago

eria v0.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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.