v1.0.0
Script to automatically make a pull request on bitbucket
Repository
Current version released
4 years ago
Dependencies
deno.land/x
Versions
BitBucket Pull Request
Script to automatically make a pull request on bitbucket.
Table of Contents
Install
Binary
Head to the Releases and download the binary and run it.
Deno
Either clone this repository or get the source code from the Releases.
Optional: deno install --allow-net lib/main.ts
Using
Instructions:
bitbucket-pull-request --help
Dependency
You can also this as a dependency of your Deno scripts. Take a look at the what it exports.
import { makePullRequest, version } from "mod.ts";
import type { Body, Config, ResponseJson} from "mod.ts";
console.log(`The current version is ${version}`).
const data = await makePullRequest(myWallet);
console.log(data);