@berries/acai-cli
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/MartinHelmut/berries/compare/@berries/acai-cli@1.0.1...@berries/acai-cli@1.0.2) (2018-01-21) | ||
**Note:** Version bump only for package @berries/acai-cli | ||
<a name="1.0.1"></a> | ||
@@ -8,0 +16,0 @@ ## [1.0.1](https://github.com/MartinHelmut/berries/compare/@berries/acai-cli@1.0.0...@berries/acai-cli@1.0.1) (2018-01-21) |
{ | ||
"name": "@berries/acai-cli", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "CLI tool calculate bugs in git repositories based on commit messages.", | ||
@@ -34,7 +34,9 @@ "bin": "bin.js", | ||
"bin.js", | ||
"src/" | ||
"src/", | ||
"logo.svg" | ||
], | ||
"dependencies": { | ||
"@berries/acai": "1.1.0", | ||
"@berries/acai": "1.1.1", | ||
"ora": "1.3.0", | ||
"strip-ansi": "4.0.0", | ||
"yargs": "10.1.1" | ||
@@ -41,0 +43,0 @@ }, |
@@ -12,2 +12,3 @@ # @berries/acai-cli | ||
[![npm][npmimg]][npmurl] | ||
[![Build Status][bsurl]][bsimg] | ||
@@ -29,3 +30,3 @@ [![Coverage Status][csimg]][csurl] | ||
* [Usage](#usage) | ||
* [Options](#options) | ||
* [Options](#options) | ||
* [License](#license) | ||
@@ -40,8 +41,20 @@ | ||
You can install the CLI with `npm i acai-cli -g` run the _acai-cli_ inside a git repository (other version control systems will be follow): | ||
You can install the CLI with: | ||
```shell | ||
$ npm i @berries/acai-cli -g | ||
``` | ||
and run the _acai-cli_ inside a git repository (other version control systems will be follow): | ||
```shell | ||
$ acai | ||
``` | ||
or use npx and run acai directly: | ||
```shell | ||
$ npx @berries/acai-cli | ||
``` | ||
### Options | ||
@@ -60,2 +73,4 @@ | ||
[npmurl]: https://www.npmjs.com/package/@berries/acai-cli | ||
[npmimg]: https://img.shields.io/npm/v/@berries/acai-cli.svg | ||
[bsurl]: https://travis-ci.org/MartinHelmut/berries.svg?branch=master | ||
@@ -62,0 +77,0 @@ [bsimg]: https://travis-ci.org/MartinHelmut/berries |
17461
11
83
4
+ Addedstrip-ansi@4.0.0
+ Added@berries/acai@1.1.1(transitive)
- Removed@berries/acai@1.1.0(transitive)
Updated@berries/acai@1.1.1