Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhangfisher/mixcli

Create CommandLine Application with Interactive prompts
https://github.com/zhangfisher/mixcli

cli command-line

Last synced: about 2 months ago
JSON representation

Create CommandLine Application with Interactive prompts

Awesome Lists containing this project

README

        

A toolkit for developing command line applications, based on `commander`, `prompts`, and `logsets`, providing functions such as command line parsing, automatic interactive prompts, and terminal interface enhancement.

[中文](https://zhangfisher.github.io/mixcli/)

# Features:

- [commander](https://github.com/tj/commander.js) Provide command line parsing
- [prompts](https://github.com/terkelg/prompts) Provide interactive prompts
- [logsets](https://github.com/terkelg/prompts) Provide terminal output enhancement components
- Automatically generate interactive prompts for command line option inference
- Automatically search for commands that meet the conditions under the current dependency for merging, suitable for `monorepo` project development