1.0.3 • Published 2 years ago

@form8ion/gatsby v1.0.3

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

gatsby

opinionated scaffolder for Gatsby

Node CI Workflow Status Codecov

Table of Contents

Usage

MIT license npm Try @form8ion/gatsby on RunKit

Installation

$ npm install @form8ion/gatsby --save-prod

Example

Import

import {scaffold} from '@form8ion/gatsby';

Execute

  await scaffold({projectRoot: process.cwd()});

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test