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

0.1.0 • Public • Published

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.

Dependencies (4)

Dev Dependencies (27)

Package Sidebar

Install

npm i bitbucket-ext

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

22.1 kB

Total Files

32

Last publish

Collaborators

  • pedrosodre
  • danielcarvalho
  • gustavobeavis
  • paulododt
  • fgabrielsilva
  • danielgaleni
  • farenheith
  • jeocoutinho