Skip to content

A tool to remove Greenkeeper details from an existing project

License

Notifications You must be signed in to change notification settings

form8ion/remove-greenkeeper

Repository files navigation

remove-greenkeeper

A tool to remove Greenkeeper details from an existing project. Since Greenkeeper is saying good-bye on June 3rd, 2020, it is time to enable removing it from existing projects.

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

MIT license npm Try @form8ion/remove-greenkeeper on RunKit node

Installation

$ npm install @form8ion/remove-greenkeeper --save-prod

Example

Import

import {removeGreenkeeper} from '@form8ion/remove-greenkeeper';

Execute

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

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test