3.0.0 • Published 1 year ago
@form8ion/dependabot-scaffolder v3.0.0
dependabot-scaffolder
opinionated scaffolder for enabling Dependabot on a project
Table of Contents
Usage
Installation
$ npm install @form8ion/dependabot-scaffolder --save-prodFeatures
- Defines a badge that shows whether Dependabot is enabled for the project
- Creates the config file for Dependabot, enabling auto-merging
- :warning: Currently supports only the
javascriptpackage_manager
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)
ownerstring (required) account name on the host service for the repositorynamestring (required) repository name
Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test3.0.0
1 year ago
2.0.0-beta.2
1 year ago
2.0.0-beta.1
1 year ago
2.0.0
1 year ago
2.0.0-beta.3
1 year 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
6 years ago
1.1.0
6 years ago
1.0.0
6 years ago
1.0.0-alpha.4
6 years ago
1.0.0-alpha.3
6 years ago
1.0.0-alpha.2
6 years ago
1.0.0-alpha.1
6 years ago