https://github.com/zhangfisher/mixcli
Create CommandLine Application with Interactive prompts
https://github.com/zhangfisher/mixcli
cli command-line
Last synced: 3 months ago
JSON representation
Create CommandLine Application with Interactive prompts
- Host: GitHub
- URL: https://github.com/zhangfisher/mixcli
- Owner: zhangfisher
- License: mit
- Created: 2023-09-06T07:41:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T05:55:43.000Z (4 months ago)
- Last Synced: 2025-03-25T13:21:08.826Z (4 months ago)
- Topics: cli, command-line
- Language: TypeScript
- Homepage: https://zhangfisher.github.io/repos#mixcli
- Size: 2.11 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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