Store IndieWeb content on Bitbucket.
Installation
npm i @indiekit/store-bitbucket
Usage
const BitbucketStore = require('@indiekit/store-bitbucket');
const bitbucket = new BitbucketStore({
// config options here
});
Options
branch
The branch files will be saved to.
Type: string
Optional, defaults to master
password
A Bitbucket app password.
Type: string
Required
repo
The name of your Bitbucket repository.
Type: string
Required
user
Your Bitbucket username.
Type: string
Required