c4spar / deno-cliffy

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...

Home Page:https://cliffy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest version popularity Build status Code coverage Discord

Cliffy is a simple and type-safe commandline framework for building complex commandline tools with deno.

Documentation

The documentation is available on cliffy.io.

Modules

  • ansi: Chainable ansi escape sequences.

  • command: Create complex and type-safe commandline tools with build-in input validation, auto generated help, shell completions and more.

  • flags: Parse command line arguments (used by the command module).

  • keycode: Parser ansi key codes.

  • keypress: Listen to keypress events with Promise, AsyncIterator and EventTarget APIs.

  • prompt: Create simple and powerful interactive prompts.

  • table: Create cli tables with border, padding, nested tables, etc...

  • testing: Helper functions for testing.

Contributing

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

License

MIT

About

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...

https://cliffy.io

License:MIT License


Languages

Language:TypeScript 100.0%