项目作者: c4spar

项目描述 :
Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
高级语言: TypeScript
项目地址: git://github.com/c4spar/deno-cliffy.git
创建时间: 2020-03-09T22:54:29Z
项目社区:https://github.com/c4spar/deno-cliffy

开源协议:MIT License

下载


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