1.2.1 • Published 10 months ago

@form8ion/ossf-scorecard v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

ossf-scorecard

form8ion plugin for configuring the OpenSSF Scorecard for a project

Node CI Workflow Status Codecov OpenSSF Scorecard

Table of Contents

Usage

MIT license npm Try @form8ion/ossf-scorecard on RunKit

Installation

$ npm install @form8ion/ossf-scorecard --save-prod

Example

Import

import {scaffold} from '@form8ion/ossf-scorecard';

Execute

(async () => {
  await scaffold({projectRoot: process.cwd(), vcs: {owner: 'foo', name: 'bar', host: 'github'}});
})();

Contributing

PRs Welcome Commitizen friendly Conventional Commits semantic-release: angular Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test
1.2.1

10 months ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0-alpha.6

2 years ago

1.0.0

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.3

2 years ago

1.0.0-alpha.2

2 years ago

1.0.0-alpha.1

2 years ago