# cli-router

> cli-router

Latest version **0.4.1** (published 2017-08-04) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install cli-router
pnpm add cli-router
yarn add cli-router
bun add cli-router
```

## Health

**Score 5/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: insecure dependencies; abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.1 |
| Published | 2017-08-04 |
| First published | 2015-05-12 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4.0.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Maintainers | gullitmiranda, nuxlli, saitodisse, marcusgadbem, fearenales |
| Keywords | azk, azuki, cli, router |

## Links

- npm: https://www.npmjs.com/package/cli-router
- Repository: https://github.com/azukiapp/cli-router
- Issues: https://github.com/azukiapp/cli-router/issues
- npm.io page: https://npm.io/package/cli-router

## Dependencies (2)

- [ramda](https://npm.io/package/ramda.md) ^0.24.1
- [docopt](https://npm.io/package/docopt.md) git+https://github.com/gullitmiranda/docopt.coffee.git#stable

## Alternatives

- [express-promise-router](https://npm.io/package/express-promise-router.md) — 736.1K weekly downloads
- [next-usequerystate](https://npm.io/package/next-usequerystate.md) — 29.8K weekly downloads
- [@bitkyc08/opencodex](https://npm.io/package/@bitkyc08/opencodex.md) — 4.6K weekly downloads
- [lynkr](https://npm.io/package/lynkr.md) — 575 weekly downloads
- [baremetal.js](https://npm.io/package/baremetal.js.md) — 42 weekly downloads

## Recent versions

- 0.4.1 (latest) — 2017-08-04
- 0.4.0 — 2017-08-04
- 0.3.7 — 2015-10-15
- 0.3.6 — 2015-07-27
- 0.3.5 — 2015-06-10
- 0.3.3 — 2015-06-07
- 0.3.2 — 2015-06-06
- 0.3.1 — 2015-06-04
- 0.3.0 — 2015-06-04
- 0.2.6 — 2015-06-03
- 0.2.5 — 2015-06-03
- 0.2.4 — 2015-06-03
- 0.2.3 — 2015-05-29
- 0.2.2 — 2015-05-29
- 0.2.1 — 2015-05-29
- … 16 more at https://npm.io/package/cli-router/versions

## README

# cli-router

[![NPM](https://nodei.co/npm/cli-router.png)](https://nodei.co/npm/cli-router/)

A simple Cli router to Controllers

## Install with [npm](https://www.npmjs.com/package/cli-router)

```shell
$ yarn add cli-router
# or
$ npm install --save cli-router
```

## Usage

Check for examples in `./examples` folder;

#### Tests

```shell
# only test
$ yarn test

# test watch
$ yarn test:watch
```

#### Deploy npm package

You can deploy package with:

```shell
$ npm run deploy [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease]
```

This should run the following steps:

  - Check if not tracked commits in git
  - Run tests with `npm test`
  - Upgrade version in `package.json`, commit and add tag
  - Publish package in npmjs.com

## License

"Azuki", "azk" and the Azuki logo are copyright (c) 2013-2017 Azuki Serviços de Internet LTDA.

**azk** source code is released under Apache 2 License.

Check LEGAL and LICENSE files for more information.

---
_Source: https://npm.io/package/cli-router · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
