1.0.0 • Published 4 years ago
@form8ion/base v1.0.0
base
form8ion plugin for management of an organization's `.github` repository
Table of Contents
Features
- Manages the account-level config for the repository-settings app
Usage
Installation
$ npm install @form8ion/base --saveExample
Import
import {scaffold} from '@form8ion/base';Execute
(async () => {
await scaffold({projectRoot: process.cwd()});
})();API
scaffold
Scaffolder for configuring a .github repository for a GitHub account
Accepts a single options object as an argument, containing:
projectRoot string (required)
path to the root of the project
Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test