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

https://github.com/potato4d/sentei

CLI Git branch cleaner built with Node.js
https://github.com/potato4d/sentei

cli-app cli-tool git-tools nodejs typescript

Last synced: 12 months ago
JSON representation

CLI Git branch cleaner built with Node.js

Awesome Lists containing this project

README

          

# Sentei

[![donate: Patreon](https://img.shields.io/badge/donate-patreon-orange.svg?style=flat-square)](https://www.patreon.com/potato4d)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![NPM version](https://img.shields.io/npm/v/sentei.svg?style=flat-square)](https://npmjs.com/package/sentei)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
[![NPM downloads](https://img.shields.io/npm/dm/sentei.svg?style=flat-square)](https://npmjs.com/package/sentei)

Git branch cleaner built with Node.js

## Installation

Run once

```bash
$ npx sentei
```

Global install

```bash
$ npm i -g sentei
$ sentei
```

## Usage

```bash
Usage
$ cd /path/to/
$ sentei

Options
--force, -f force delete
--all, -a include master, develop, release branches for deletion
```

## Contribution

```bash
# Install packages
$ yarn

# Build code
$ yarn build

# Test
$ yarn test

# Run code
$ node ./bin/cli.js
```

and send Pull request!

## Author

- potato4d

## LICENSE

MIT