Socket
Socket
Sign inDemoInstall

@form8ion/base

Package Overview
Dependencies
4
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @form8ion/base

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


Version published
Weekly downloads
1
Maintainers
2
Install size
654 kB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 25 Jan 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc