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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    1

Package Sidebar

Install

npm i eria

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • kchan