Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piersolenski/plop-pack-gatsby-starter
A PlopJS plop-pack for Gatsby Starter
https://github.com/piersolenski/plop-pack-gatsby-starter
gatsby gatsby-starter plop
Last synced: about 1 month ago
JSON representation
A PlopJS plop-pack for Gatsby Starter
- Host: GitHub
- URL: https://github.com/piersolenski/plop-pack-gatsby-starter
- Owner: piersolenski
- Created: 2020-11-18T16:25:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T17:06:04.000Z (about 4 years ago)
- Last Synced: 2024-11-30T06:27:33.654Z (about 1 month ago)
- Topics: gatsby, gatsby-starter, plop
- Language: JavaScript
- Homepage:
- Size: 1.49 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plop Pack Gatsby Starter
[![npm](https://img.shields.io/npm/v/plop-pack-gatsby-starter.svg)](https://www.npmjs.com/package/plop-pack-gatsby-starter)
A [PlopJS](https://github.com/plopjs/plop) pack of actions, helpers, partials and templates for [Gatsby Starter](https://github.com/piersolenski/gatsby-starter).
## Installation
```sh
npm i plop-pack-gatsby-starter
```## Usage
Add the following to your `plopfile.js`.
```javascript
module.exports = function (plop) {
plop.load('plop-pack-gatsby-starter');
};
```