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.
- Host: GitHub
- URL: https://github.com/devrchancay/gatsby-plugin-starter
- Owner: devrchancay
- Created: 2019-01-13T01:08:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T02:16:48.000Z (about 5 years ago)
- Last Synced: 2025-04-09T20:51:03.618Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 11.3 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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