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
- Host: GitHub
- URL: https://github.com/potato4d/sentei
- Owner: potato4d
- License: mit
- Created: 2018-07-17T13:45:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T03:57:37.000Z (about 7 years ago)
- Last Synced: 2025-04-15T19:19:15.001Z (12 months ago)
- Topics: cli-app, cli-tool, git-tools, nodejs, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/sentei
- Size: 13.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sentei
[](https://www.patreon.com/potato4d)
[](https://opensource.org/licenses/MIT)
[](https://npmjs.com/package/sentei)
[](#contributors)
[](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