https://github.com/dsys/blueprints
:blue_book: Blueprints we use at Pavlov
https://github.com/dsys/blueprints
Last synced: 9 days ago
JSON representation
:blue_book: Blueprints we use at Pavlov
- Host: GitHub
- URL: https://github.com/dsys/blueprints
- Owner: dsys
- License: bsd-3-clause
- Created: 2016-06-02T00:54:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T00:08:45.000Z (about 10 years ago)
- Last Synced: 2025-03-14T05:01:56.065Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pavlov's Blueprints
Blueprints we use at Pavlov with [blue](https://github.com/pavlovml/blue)
You'll first need to install `blue`:
$ npm install blue -g
## Available Blueprints
* **blue npm-module NAME --description DESC**
npm module template with [JavaScript Standard Style](https://github.com/feross/standard), [Babel](https://babeljs.io/) for ES6+ support, and [Jest](http://facebook.github.io/jest/) for testing
* **blue graphql-service NAME --description DESC**
GraphQL microservice template for node
* **blue graphql-query NAME**
GraphQL query template
* **blue graphql-mutation NAME**
GraphQL mutation template
## License
All blueprints are available under the [BSD 3-Clause](https://github.com/pavlovml/blueprints/blob/master/LICENSE) license.