Skip to main content

❯ Cliffy

Version Build status issues Deno version Discord License
deno.land nest.land

Command line framework for Deno
>_ A collection of modules for creating interactive command line tools.

⚠️ This project is still under development. Expect breaking changes.

❯ Modules

  • ansi: Chainable ansi escape sequences to show, hide and move cli cursor, erase output and scroll window.

  • command: Create flexible command line interfaces with type checking, auto generated help and out of the box support for shell completions (inspired by node.js’s commander.js).

  • flags: Parse command line arguments.

  • keycode: Parse ANSI key codes.

  • keypress: Keypress module with promise, async iterator and event target API.

  • prompt: Create interactive prompts like: checkbox, confirm, input, number, select, etc…

  • table: Create cli table’s with border, padding, nested table’s, etc…

❯ Contributing

Any kind of contribution is welcome! Please take a look at the contributing guidelines.

❯ License

MIT