2.1.0 • Published 11 months ago

cli-mr-creator v2.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Little script for creating a merge request from your CLI !

Little script for creating a merge request from your CLI

Node version used 20.15.1

Config

Create an .env file at the root of your home directory

cd ~ && mkdir cli-mr-creator && cd cli-mr-creator && touch .env

Env file content

KeyDescriptionRequiredDefault value
TOKENGitlab access tokenyesnone
DEV_GROUPGitlab organisationyesnone
API_URLGitlab urlyesnone
TARGET_BRANCHname of the target branchnomaster
REMOVE_SOURCE_BRANCHbooleannofalse
SQUASHbooleannofalse

Use the script

# Local installation
npm i cli-mr-creator

# Global installation
npm i -g cli-mr-creator

# and you can summon the command in your cli
cli-mr-creator

# Or you can launch it with npx
npx cli-mr-creator

TODO

  • Open source the code
  • Refactor call api in order
  • Système de module afin de rajouter des extensions pour les logiciels de ticketings ( Jira etc...)
  • Traduction : FR / EN
2.1.0

11 months ago

2.0.0

11 months ago

1.3.0

2 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.1

5 years ago

1.1.1

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.0

5 years ago

0.3.1

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago