0.0.3 • Published 6 years ago

lufi-cli v0.0.3

Weekly downloads
5
License
GPL-3.0
Repository
-
Last release
6 years ago

Lufi cli

This a cli client for Lufi written in Javascript. You will need NodeJS for it to work.

How to install

It is available as a NPM package, so you will just have to do:

npm install -g lufi-cli

How to use

Just do lufi-cli -h and you will know.

How to use from this repository

  • Ensure you are running a recent node version (current stable v7.2.1, successfully tested with v6.11.0). You can easyly upgrade node using n package and its command n stable
  • Install dependencies using npm install
  • Run ./bin/lufi.js -h

How to contribute

Have a look at CONTRIBUTING.md.

Authors

See AUTHORS.md.

License

GPLv3. See LICENSE for details