3.0.0 • Published 12 months ago

@form8ion/renovate-scaffolder v3.0.0

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

renovate-scaffolder

opinionated scaffolder for enabling Renovate on a project

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Features

Usage

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

Installation

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

Example

Import

import {lift, test as projectUsesRenovate, scaffold} from '@form8ion/renovate-scaffolder';

Execute

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

  if (await projectUsesRenovate({projectRoot: process.cwd()})) {
    await lift({projectRoot: process.cwd()});
  }
})();

API

projectRoot string (required)

path to the root of the project

Contributing

Conventional Commits Commitizen friendly semantic-release PRs Welcome Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test
3.0.0-beta.1

12 months ago

3.0.0-beta.3

12 months ago

3.0.0-beta.2

12 months ago

3.0.0-beta.4

12 months ago

3.0.0

12 months ago

1.9.0

2 years ago

1.8.1

2 years ago

2.0.0-beta.2

2 years ago

2.0.0-beta.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.8.0

3 years ago

1.7.1

3 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

5 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.2

5 years ago

1.0.0-alpha.1

5 years ago