# @anjuna/cli

> Shared tooling for libraries

Latest version **0.9.0** (published 2020-01-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @anjuna/cli
pnpm add @anjuna/cli
yarn add @anjuna/cli
bun add @anjuna/cli
```

Provides the command `anjuna`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.9.0 |
| Published | 2020-01-27 |
| First published | 2019-04-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 42.9 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Author | Zuora UI Foundation Team |
| Maintainers | gmazerogers, rdesisto, twotonebytes, z-cduflo |

## Links

- npm: https://www.npmjs.com/package/@anjuna/cli
- Repository: https://git.zias.io:ui-foundation/anjuna-cli
- Issues: https://git.zias.io/ui-foundation/anjuna/cli/issues
- npm.io page: https://npm.io/package/@anjuna/cli

## Dependencies (9)

- [chalk](https://npm.io/package/chalk.md) ^2.4.1
- [figlet](https://npm.io/package/figlet.md) ^1.2.0
- [shelljs](https://npm.io/package/shelljs.md) ~0.7.8
- [fs-extra](https://npm.io/package/fs-extra.md) ~4.0.1
- [commander](https://npm.io/package/commander.md) ^2.15.1
- [commitizen](https://npm.io/package/commitizen.md) ^2.9.6
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.0
- [replace-in-file](https://npm.io/package/replace-in-file.md) ^3.4.0
- [cz-conventional-changelog](https://npm.io/package/cz-conventional-changelog.md) ^2.1.0

## Recent versions

- 0.9.0 (latest) — 2020-01-27
- 0.8.5 — 2019-12-19
- 0.8.3 — 2019-12-18
- 0.8.1 — 2019-09-30
- 0.7.0 — 2019-07-13
- 0.6.6 — 2019-06-12
- 0.6.5 — 2019-06-12
- 0.6.4 — 2019-06-12
- 0.6.3 — 2019-06-12
- 0.6.2 — 2019-06-12
- 0.5.0 — 2019-06-01
- 0.4.1 — 2019-05-22
- 0.4.0 — 2019-05-17
- 0.3.0 — 2019-05-10
- 0.2.0 — 2019-05-07
- … 1 more at https://npm.io/package/@anjuna/cli/versions

## README

<p align="center">
<img src="//git.zias.io/pages/ui-foundation/style/assets/zui/zui-logo.svg"/>
<br/><br/>
</p>

# Anjuna CLI

The Anjuna CLI is a suite of automation tools for library development.

### Global installation

```npm install @anjuna/cli -g```

Note: depending on your NPM configuration, you may need to install globally as ```sudo npm install @anjuna/cli -g```

### Local installation

1. Navigate to the root directory of your project.
2. ```npm install @anjuna/cli```

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