An open API service indexing awesome lists of open source software.

https://github.com/devrchancay/gatsby-plugin-starter

💜 Basic configuration that I use to create my gatsby plugins, is inspired by the official plugins.
https://github.com/devrchancay/gatsby-plugin-starter

Last synced: 10 months ago
JSON representation

💜 Basic configuration that I use to create my gatsby plugins, is inspired by the official plugins.

Awesome Lists containing this project

README

          

### GATSBY PLUGIN STARTER

Basic configuration that I use to create my gatsby plugins, is inspired by the official plugins.

### How to use

1. git clone --depth 1 -b master https://github.com/devrchancay/gatsby-plugin-starter.git
2. Change the "name" in `package.json` with the conversion of gatsby plugins.
3. Happy Hacking