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

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

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.