nuvi

1.0.0 • Public • Published

$ nuvi

PayPal AMA Version Downloads Get help on Codementor

Happy birthday, Nuvi!

☁️ 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.

📋 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());

📝 Documentation

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

😋 How to contribute

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

📜 License

MIT © Ionică Bizău

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nuvi

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • ionicabizau