3.0.0 • Published 12 months ago

@form8ion/dependabot-scaffolder v3.0.0

Weekly downloads
126
License
MIT
Repository
github
Last release
12 months ago

dependabot-scaffolder

opinionated scaffolder for enabling Dependabot on a project

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

npm Try @form8ion/dependabot-scaffolder on RunKit MIT license node

Installation

$ npm install @form8ion/dependabot-scaffolder --save-prod

Features

Example

Import

import {lift, test, scaffold} from '@form8ion/dependabot-scaffolder';

Execute

await scaffold({projectRoot: process.cwd()});

if (await test({projectRoot: process.cwd()})) {
  await lift({vcs: {owner: 'form8ion', name: 'the-repo'}});
}

API

projectRoot string (required)

path to the root of the project

vcs object (required)

  • owner string (required) account name on the host service for the repository
  • name string (required) repository name

Contributing

Conventional Commits Commitizen friendly semantic-release PRs Welcome Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test
3.0.0

12 months ago

2.0.0-beta.2

12 months ago

2.0.0-beta.1

12 months ago

2.0.0

12 months ago

2.0.0-beta.3

12 months ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

1.0.0-alpha.4

5 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

5 years ago

1.0.0-alpha.1

5 years ago