seabass
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

Seabass CLI

A list of commonly use CLI

Usage

  1. npm install -g seabass

Commands

seabass <flag> <branchName>

--rebase

seabass -r master

This allows you to rebase your current branch on top of master. NOTE: Rebase will overwrites history to form a easy to read tree structure

--create

seabass -c new-branch

This allows you to create new branch which adhere to the format feature/<branchName>

--delete

seabass -d new-branch

This allows you to delete existing branch, feature/<branchName>

--history

seabass -h

This show the history of all commits

--list

seabass -l

This show all branches for this repo

Readme

Keywords

Package Sidebar

Install

npm i seabass

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

8.31 kB

Total Files

6

Last publish

Collaborators

  • sebastian.lzy