1.1.0 ⢠Published 4 years ago
@smartapp-org/commander-cli v1.1.0
commander-cli
To help execute a sequence commands, which you need to do multiple times. It's boring right?
Install
npm install -g @smartapp-org/commander-cliConfiguration
This tool will create the configuration file
.cmdrc, you have to update.gitignoreif do not push it to github.You can customize default
base branch,assignee,reviewer,labelin the.cmdrcfile. This configurations will be use when creating new PR.
How to use
ā ~ cmd
_________ _____ ________ _________ .____ .___
\_ ___ \ / \ \______ \ \_ ___ \| | | |
/ \ \/ / \ / \ | | \ / \ \/| | | |
\ \____/ Y \| ` \ \ \___| |___| |
\______ /\____|__ /_______ / \______ /_______ \___|
\/ \/ \/ \/ \/
Usage: cmd [options] [command]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
br:create|brc Create a new branch
pr:create|prc Create a new pull-request
help [command] display help for command1. Create new branch
cmd br:createOr
cmd brc- Choose the purpose of new branch:
Feature,HotfixorRelease - Input the branch name
Example:

2. Create new PR
cmd pr:createOr
cmd prcExample:
