Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soaple/stickyboard-graphql-helper
GraphQL backend helper for StickyBoard
https://github.com/soaple/stickyboard-graphql-helper
Last synced: 15 days ago
JSON representation
GraphQL backend helper for StickyBoard
- Host: GitHub
- URL: https://github.com/soaple/stickyboard-graphql-helper
- Owner: soaple
- License: mit
- Created: 2020-04-06T10:53:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T12:20:07.000Z (over 3 years ago)
- Last Synced: 2024-09-20T10:36:52.350Z (about 2 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stickyboard-graphql-helper
GraphQL backend helper for StickyBoard[![Version](https://img.shields.io/npm/v/@stickyboard/graphql-helper.svg)](https://npmjs.org/package/@stickyboard/graphql-helper)
[![Downloads/week](https://img.shields.io/npm/dw/@stickyboard/graphql-helper.svg)](https://npmjs.org/package/@stickyboard/graphql-helper)
[![License](https://img.shields.io/npm/l/@stickyboard/graphql-helper.svg)](https://github.com/soaple/@stickyboard/graphql-helper/blob/master/package.json)# Webpack watch
```bsh
$ npm start
```# Build
```bsh
$ npm run build
```# Publish to npm
```bsh
$ npm publish --access public
```# License
This project is licenced under the [MIT License](http://opensource.org/licenses/mit-license.html).