1.0.0 • Published 8 years ago

nuvi v1.0.0

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

$ nuvi

PayPal AMA Version Downloads Get help on Codementor

Happy birthday, Nuvi!

:cloud: Installation

You can install the package globally and use it as command line tool:

$ npm i -g nuvi

Then, run nuvi --help and see what the CLI tool can do.

$ nuvi --help
Usage: nuvi [options]

Happy birthday, Nuvi!

Options:
  -v, --version  Displays version information.
  -h, --help     Displays this help.

Documentation can be found at https://github.com/IonicaBizau/nuvi#readme.

:clipboard: Example

Here is an example how to use this package as library. To install it locally, as library, you can do that using npm:

$ npm i --save nuvi
const nuvi = require("nuvi");

console.log(nuvi());

:memo: Documentation

For full API reference, see the DOCUMENTATION.md file.

:yum: How to contribute

Have an idea? Found a bug? See how to contribute.

:scroll: License

MIT © Ionică Bizău