Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```