glweems / gatsby-plugin-template-typescript

a starter repo for creating gatsby plugins in typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to gatsby-plugin-template-typescript πŸ‘‹

Version Documentation Maintenance License: MIT

A template repo for creating gatsby plugins using typescript

🏠 Homepage

Install

git clone git@github.com:glweems/gatsby-plugin-typescript.git <NAME-OF-YOUR-PLUGIN>

Install dependencies

cd <NAME-OF-YOUR-PLUGIN> && yarn

Scripts

Compile typescript to javascript

yarn build

Compile typescript in watch mode

yarn watch

Linting

Lint your project

yarn lint

Lint project and fix all possible problems

yarn lint:fix

Author

πŸ‘€ Garrett Weems gwgraphicdesign@gmail.com

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

πŸ“ License

Copyright Β© 2019 Garrett Weems gwgraphicdesign@gmail.com.
This project is MIT licensed.


This README was generated with ❀️ by readme-md-generator

About

a starter repo for creating gatsby plugins in typescript

License:MIT License


Languages

Language:TypeScript 100.0%