1.0.2 • Published 8 years ago

cli-confeti v1.0.2

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

$ cli-confeti

Patreon PayPal AMA Version Downloads Get help on Codementor

Confeti in your terminal.

cli-confeti

:cloud: Installation

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

$ npm i -g cli-confeti

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

$ cli-confeti --help
Usage: cli-confeti [options]

Confeti in your terminal.

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

Documentation can be found at https://github.com/IonicaBizau/cli-confeti#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 cli-confeti
const cliConfeti = require("cli-confeti")
    , CliUpdate = require("cli-update")
    ;

cliConfeti({}, function (err, c) {
    if (err) throw err;
    CliUpdate.render(c);
});

: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.

:moneybag: Donations

Another way to support the development of my open-source modules is to set up a recurring donation, via Patreon. :rocket:

PayPal donations are appreciated too! Each dollar helps.

Thanks! :heart:

:dizzy: Where is this library used?

If you are using this library in one of your projects, add it in this list. :sparkles:

  • nuvi—Happy birthday, Nuvi!

:scroll: License

MIT © Ionică Bizău