1.0.0 • Published 2 years ago

@form8ion/base v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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