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

https://github.com/wyze/gatsby-plugin

A Gatsby plugin for my personal website.
https://github.com/wyze/gatsby-plugin

Last synced: 2 months ago
JSON representation

A Gatsby plugin for my personal website.

Awesome Lists containing this project

README

        

# @wyze/gatsby-plugin

[![Build Status][travis-image]][travis-url]
[![npm][npm-image]][npm-url]
[![Codecov.io][codecov-image]][codecov-url]

> A Gatsby plugin for my personal website.

## Installation

### Yarn

```
$ yarn add --dev @wyze/gatsby-plugin
```

### npm

```
$ npm install --save-dev @wyze/gatsby-plugin
```

## Usage

```js
// gatsby-config.js

module.exports = {
// ...
plugins: [
'@wyze/gatsby-plugin'
]
}
```

## Change Log

> [Full Change Log](changelog.md)

### [v1.0.0](https://github.com/wyze/gatsby-plugin/releases/tag/v1.0.0) (2018-08-27)

* [[`5833a4620e`](https://github.com/wyze/gatsby-plugin/commit/5833a4620e)] - Initial commit (Neil Kistner)

## License

MIT © [Neil Kistner](//neilkistner.com)

[travis-image]: https://img.shields.io/travis/wyze/gatsby-plugin.svg?style=flat-square
[travis-url]: https://travis-ci.org/wyze/gatsby-plugin

[npm-image]: https://img.shields.io/npm/v/@wyze/gatsby-plugin.svg?style=flat-square
[npm-url]: https://npmjs.com/package/@wyze/gatsby-plugin

[codecov-image]: https://img.shields.io/codecov/c/github/wyze/gatsby-plugin.svg?style=flat-square
[codecov-url]: https://codecov.io/github/wyze/gatsby-plugin