@indiekit/store-bitbucket

1.0.0-beta.15 • Public • Published

@indiekit/store-bitbucket

Bitbucket content store adaptor for Indiekit.

Installation

npm i @indiekit/store-bitbucket

Usage

Add @indiekit/store-bitbucket to your list of plug-ins, specifying options as required:

{
  "plugins": ["@indiekit/store-bitbucket"],
  "@indiekit/store-bitbucket": {
    "user": "username",
    "repo": "reponame"
  }
}

Options

Option Type Description
user string Your Bitbucket username. Required.
repo string The name of your Bitbucket repository. Required.
branch string The branch files will be saved to. Optional, defaults to main.
password string A Bitbucket app password. Required, defaults to process.env.BITBUCKET_PASSWORD.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @indiekit/store-bitbucket

    Weekly Downloads

    81

    Version

    1.0.0-beta.15

    License

    MIT

    Unpacked Size

    9.04 kB

    Total Files

    5

    Last publish

    Collaborators

    • paulrobertlloyd