1.1.0 • Published 9 months ago
@form8ion/github-workflows v1.1.0
github-workflows
form8ion plugin for managing GitHub workflows
Table of Contents
Usage
Installation
$ npm install @form8ion/github-workflows --save-prodExample
Import
import {scaffold} from '@form8ion/github-workflows';Execute
(async () => {
await scaffold({projectRoot: process.cwd()});
})();Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test