1.0.0-alpha.1 • Published 4 years ago

@form8ion/github-action v1.0.0-alpha.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

github-action

opinionated scaffolder for GitHub Actions

Node CI Workflow Status Codecov

Table of Contents

Usage

MIT license npm Try @form8ion/github-action on RunKit

Installation

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

Example

Import

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

Execute

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

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test