1.0.0 • Published 1 year ago

@form8ion/github-workflows v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

github-workflows

form8ion plugin for managing GitHub workflows

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

MIT license npm Try @form8ion/github-workflows on RunKit node

Installation

$ npm install @form8ion/github-workflows --save-prod

Example

Import

import {scaffold} from '@form8ion/github-workflows';

Execute

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

Contributing

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

Dependencies

$ nvm install
$ npm install

Verification

$ npm test
1.0.0

1 year ago

1.0.0-alpha.1

1 year ago