machina : A library for creating powerful and flexible finite state machines. Loosely inspired by Erlang/OTPs gen_fsm behavior.. You can installing machina npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install machina $ sudo npm install -g machina
If want to update the machina package execute the command as below,
$ sudo npm update machina
Update package globally,
$ npm install -g machina
$ sudo git clone https://github.com/rektide/machina.git
$ sudo npm install -g ./machina
machina@2.0.0 /usr/lib/node_modules/machina
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall machina
Package Name | machina |
Version | 2.0.0 |
Description | A library for creating powerful and flexible finite state machines. Loosely inspired by Erlang/OTPs gen_fsm behavior. |
Released Date | 2016-06-25T18:03:12.603Z |
Published by | ifandelse |
How to Learn | https://www.npmjs.com/package/machina/tutorial |