@form8ion/base

1.0.0 • Public • Published

base

form8ion plugin for management of an organization's `.github` repository

Node CI Workflow Status Codecov

Table of Contents

Features

Usage

MIT license npm Try @form8ion/base on RunKit

Installation

$ npm install @form8ion/base --save

Example

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

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

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

Readme

Keywords

none

Package Sidebar

Install

npm i @form8ion/base

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

14.8 kB

Total Files

8

Last publish

Collaborators

  • travi
  • form8ion-bot