cli-confeti

1.0.2 • Public • Published

$ cli-confeti

Patreon PayPal AMA Version Downloads Get help on Codementor

Confeti in your terminal.

cli-confeti

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

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

📝 Documentation

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

😋 How to contribute

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

💰 Donations

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

PayPal donations are appreciated too! Each dollar helps.

Thanks! ❤️

💫 Where is this library used?

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

  • nuvi—Happy birthday, Nuvi!

📜 License

MIT © Ionică Bizău

Package Sidebar

Install

npm i cli-confeti

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • ionicabizau