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

https://github.com/zeionara/coda

Web app for presenting cli features
https://github.com/zeionara/coda

Last synced: 3 months ago
JSON representation

Web app for presenting cli features

Awesome Lists containing this project

README

        

# Coda





**Co**mmand **d**ocumentation **a**pp - a web tool for describing cli features.

For instruction on running the library app see docs in the [coda](/coda) folder.

## Installation

To install the project run the following command:

```sh
npm install @zeionara/coda
```

To update execute the following command:

```sh
npm install @zeionara/coda@latest
```

## Usage

Usage examples are provided in the [corresponding folder](/examples). In particular, the tool can be used as shown in the snippet below, which allows to obtain the configuration demonstrated on the image above:

```tsx
import { Command, Argument, Option, Flag, Operator, OperatorValue, Header, Fragment } from '@zeionara/coda'

function App() {
return













}
```