https://github.com/glweems/gatsby-plugin-google-doc-resume
Create a resume page for your gatsby.js site from a google-docs url
https://github.com/glweems/gatsby-plugin-google-doc-resume
Last synced: 12 days ago
JSON representation
Create a resume page for your gatsby.js site from a google-docs url
- Host: GitHub
- URL: https://github.com/glweems/gatsby-plugin-google-doc-resume
- Owner: glweems
- License: mit
- Created: 2020-07-13T19:33:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:52:29.000Z (about 3 years ago)
- Last Synced: 2025-11-24T04:03:12.908Z (7 months ago)
- Language: TypeScript
- Size: 404 KB
- Stars: 0
- Watchers: 0
- 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)_