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

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

Awesome Lists containing this project

README

          

Welcome to gatsby-plugin-template-typescript 👋


Version

Documentation


Maintenance


License: MIT

> 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)_