Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joutvhu/clianalysis
Analysis, execute command line by configuration. Used for the design and development of CLI tools.
https://github.com/joutvhu/clianalysis
cli command configuration executor
Last synced: about 1 month ago
JSON representation
Analysis, execute command line by configuration. Used for the design and development of CLI tools.
- Host: GitHub
- URL: https://github.com/joutvhu/clianalysis
- Owner: joutvhu
- License: mit
- Created: 2021-03-18T18:33:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T09:38:01.000Z (almost 4 years ago)
- Last Synced: 2024-12-23T14:09:15.773Z (about 2 months ago)
- Topics: cli, command, configuration, executor
- Language: TypeScript
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clianalysis
Analysis, execute command line by configuration. Used for the design and development of CLI tools.
## Installation
Install using `pnpm`:
```shell
pnpm add clianalysis
```Or `yarn`:
```shell
yarn add clianalysis
```Or `npm`:
```shell
npm i clianalysis
```