Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 780 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 780 Bytes

Pavlov's Blueprints

Blueprints we use at Pavlov with 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, Babel for ES6+ support, and 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 license.