0.1.0 • Published 2 years ago

bitbucket-ext v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Actions Status Actions Status Actions Status Test Coverage Maintainability Packages npm version

A tool to manipulate your Bitbucket repositories more easily

How to Install

If you'll use it as a package in your project

npm i bitbucket-ext

If you'll use it as a cli:

npm i -g bitbucket-ext

How to use it

First, create your config file named bitbucket-ext.json in your home or current folder with the following properties:

{
  "user": "your Bitbucket user name",
  "password": "we recommend to use an app password",
  "workspace": "your workspace name"
}

Now, just use one of the commands available:

create-repo

This command will create a new repo for you

bitbucket-ext create-repo <repository name> --private --project <project name>

copy-settings

This command will copy all the settings from one repository to another (no source code is changed)

bitbucket-ext copy-settings <origin repo> <destination repo>

License

Licensed under MIT.

0.1.0

2 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago