https://github.com/glweems/gatsby-plugin-template-typescript
a starter repo for creating gatsby plugins in typescript
https://github.com/glweems/gatsby-plugin-template-typescript
Last synced: 10 months ago
JSON representation
a starter repo for creating gatsby plugins in typescript
- Host: GitHub
- URL: https://github.com/glweems/gatsby-plugin-template-typescript
- Owner: glweems
- License: mit
- Created: 2019-08-08T16:01:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:57:31.000Z (over 2 years ago)
- Last Synced: 2025-01-11T15:39:13.174Z (12 months ago)
- Language: TypeScript
- Size: 409 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to gatsby-plugin-template-typescript 👋
> A template repo for creating gatsby plugins using typescript
### 🏠 [Homepage](https://github.com/glweems/gatsby-plugin-template-typescript.git)
## Install
```sh
git clone git@github.com:glweems/gatsby-plugin-typescript.git
```
Install dependencies
```sh
cd && yarn
```
## Scripts
Compile typescript to javascript
```sh
yarn build
```
Compile typescript in watch mode
```sh
yarn watch
```
## Linting
Lint your project
```sh
yarn lint
```
Lint project and fix all possible problems
```sh
yarn lint:fix
```
## Author
👤 **Garrett Weems **
- Github: [@glweems](https://github.com/glweems)
- Website: [@glweems](https://glweems.com)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/glweems/gatsby-plugin-template-typescript/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Garrett Weems ](https://github.com/glweems).
This project is [MIT](https://github.com/glweems/gatsby-plugin-template-typescript/blob/master/LICENSE) licensed.
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_