https://github.com/form8ion/gatsby
opinionated scaffolder for Gatsby
https://github.com/form8ion/gatsby
Last synced: 28 days ago
JSON representation
opinionated scaffolder for Gatsby
- Host: GitHub
- URL: https://github.com/form8ion/gatsby
- Owner: form8ion
- License: mit
- Created: 2020-09-02T04:42:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T19:32:16.000Z (about 1 month ago)
- Last Synced: 2025-04-30T20:37:41.877Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://npm.im/@form8ion/gatsby
- Size: 5.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - gatbsy
README
# gatsby
opinionated scaffolder for [Gatsby](https://www.gatsbyjs.com/)
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
[![Codecov][coverage-badge]][coverage-link]
![SLSA Level 2][slsa-badge]## Table of Contents
* [Usage](#usage)
* [Installation](#installation)
* [Example](#example)
* [Import](#import)
* [Execute](#execute)
* [Contributing](#contributing)
* [Dependencies](#dependencies)
* [Verification](#verification)## Usage
[![MIT license][license-badge]][license-link]
[![npm][npm-badge]][npm-link]
[![Try @form8ion/gatsby on RunKit][runkit-badge]][runkit-link]### Installation
```sh
$ npm install @form8ion/gatsby --save-prod
```### Example
#### Import
```javascript
import {scaffold} from '@form8ion/gatsby';
```#### Execute
```javascript
await scaffold({projectRoot: process.cwd()});
```## Contributing
[![PRs Welcome][PRs-badge]][PRs-link]
[![Conventional Commits][commit-convention-badge]][commit-convention-link]
[![Commitizen friendly][commitizen-badge]][commitizen-link]
[![semantic-release][semantic-release-badge]][semantic-release-link]
[![Renovate][renovate-badge]][renovate-link]### Dependencies
```sh
$ nvm install
$ npm install
```### Verification
```sh
$ npm test
```[PRs-link]: http://makeapullrequest.com
[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
[commit-convention-link]: https://conventionalcommits.org
[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
[commitizen-link]: http://commitizen.github.io/cz-cli/
[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[semantic-release-link]: https://github.com/semantic-release/semantic-release
[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release
[renovate-link]: https://renovatebot.com
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot
[github-actions-ci-link]: https://github.com/form8ion/gatsby/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/gatsby/node-ci.yml.svg?branch=master&logo=github
[coverage-link]: https://codecov.io/github/form8ion/gatsby
[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/gatsby?logo=codecov
[license-link]: LICENSE
[license-badge]: https://img.shields.io/github/license/form8ion/gatsby.svg
[npm-link]: https://www.npmjs.com/package/@form8ion/gatsby
[npm-badge]: https://img.shields.io/npm/v/@form8ion/gatsby?logo=npm
[runkit-link]: https://npm.runkit.com/@form8ion/gatsby
[runkit-badge]: https://badge.runkitcdn.com/@form8ion/gatsby.svg
[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg