vadimdemedes / generator-micro-service

πŸ›« Yeoman generator to kick-start your microservice with `micro` and `ava`!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-micro-service Build Status

πŸš€ Kick-start your microservice with micro and ava!

Based on generator-nm by Sindre Sorhus.

Features

  •   Build using micro
  • πŸš€ Test with AVA
  • ❀️ Lint using XO
  • πŸ“œ Get a readme with buttons for instant deployment to now
  • πŸ’² Generate a CLI (optional)

Installation

First, install Yeoman and generator-micro-service using npm (we assume you have pre-installed node.js).

$ npm install --global yo
$ npm install --global generator-micro-service

Usage

$ yo micro-service

Answer a few questions and you are ready to go!

License

MIT Β© Vadim Demedes

About

πŸ›« Yeoman generator to kick-start your microservice with `micro` and `ava`!

License:MIT License


Languages

Language:JavaScript 100.0%