# brancha

> changelog for git

Latest version **1.0.8** (published 2017-01-11) · ISC license · 0 weekly downloads

## Install

```sh
npm install brancha
pnpm add brancha
yarn add brancha
bun add brancha
```

Provides the commands `brancha`, `changelog`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2017-01-11 |
| First published | 2016-12-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 15 |
| Known vulnerabilities | 0 (+14 in 3 direct dependencies) |
| Install scripts | no |
| Author | pablo H |
| Maintainers | pabloh |
| Keywords | git, changelog |

## Links

- npm: https://www.npmjs.com/package/brancha
- Repository: https://github.com/ratonjuancarlos/changelog.git#develop
- Homepage: https://github.com/ratonjuancarlos/changelog#readme
- Issues: https://github.com/ratonjuancarlos/changelog/issues
- npm.io page: https://npm.io/package/brancha

## Dependencies (15)

- [co](https://npm.io/package/co.md) 4.6.0
- [cmt](https://npm.io/package/cmt.md) 0.0.7
- [pug](https://npm.io/package/pug.md) 2.0.0-beta6
- [chalk](https://npm.io/package/chalk.md) 1.1.3
- [config](https://npm.io/package/config.md) 1.24.0
- [lodash](https://npm.io/package/lodash.md) 4.17.2
- [shelljs](https://npm.io/package/shelljs.md) 0.7.5
- [fs-extra](https://npm.io/package/fs-extra.md) 1.0.0
- [inquirer](https://npm.io/package/inquirer.md) 2.0.0
- [progress](https://npm.io/package/progress.md) 1.1.8
- [co-prompt](https://npm.io/package/co-prompt.md) 1.0.0
- [commander](https://npm.io/package/commander.md) 2.9.0
- [commitizen](https://npm.io/package/commitizen.md) 2.9.2
- [cz-jira-smart-commit](https://npm.io/package/cz-jira-smart-commit.md) 2.0.1
- [cz-conventional-changelog](https://npm.io/package/cz-conventional-changelog.md) 1.2.0

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.0.8 (latest) — 2017-01-11
- 1.0.7 — 2017-01-11
- 1.0.6 — 2017-01-06
- 1.0.5 — 2017-01-06
- 1.0.4 — 2017-01-04
- 1.0.3 — 2017-01-04
- 1.0.2 — 2017-01-04
- 1.0.1 — 2016-12-28
- 1.0.0 — 2016-12-28

## README

### Command Line
Install it globally

```
npm install -g brancha
```
See commands
```
brancha -h
```

Use it directly with the common options
```
  Usage: brancha [options] <string>

  Options:

    -h, --help                     output usage information
    -V, --version                  output the version number
    -c, --create                   Create a new branch from origin/develop
    -r, --rename                   Rename current branch
    -d, --delete <string>          Delete branch <string>
    -s, --search <string>          Search <string> in local branches
    -b, --branches                 Show local branches
    -D, --delete-bulk <pattern>    Bulk delete branches with pattern
    -z, --create-commit [message]  Create commit with [message] or create commit with RANDOM message

```

For example:

```
brancha -s mast
```

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