0.1.3 • Published 8 years ago

flux-cli v0.1.3

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

flux-cli npm version Build Status npm dependencies

What's flux-cli

flux-cli is a CLI (command line interface) for pure implementation of flux architecture.

Installation

npm install -g flux-cli

Documentation

Options

  • init
  • action
  • component
  • store
  • constant

flux init projectname

alias: i
Generates a fresh project in current directory.

flux action module:filename

alias: a
Creates a new action flie within the provided module.

flux component module:filename

alias: c
Creates a new component flie within the provided module.

flux store module:filename

alias: s
Creates a new store flie within the provided module.

flux constant module:filename

alias: k (k was derived to reflect the constant signature usually used in mathematics)
Creates a new constant flie within the provided module.

  • When creating individual files flux-cli expects you to be in the root of the created project

Todos

  • Create new module option.
  • Create individual files without the need of an existing module.

Contributing guide

License

MIT

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago