@form8ion/github-workflows
v1.0.0
Published
form8ion plugin for managing GitHub workflows
Downloads
4
Readme
github-workflows
form8ion plugin for managing GitHub workflows
Table of Contents
Usage
Installation
$ npm install @form8ion/github-workflows --save-prod
Example
Import
import {scaffold} from '@form8ion/github-workflows';
Execute
(async () => {
await scaffold({projectRoot: process.cwd()});
})();
Contributing
Dependencies
$ nvm install
$ npm install
Verification
$ npm test