license2e / generator-m10e

Yeoman generator for microservices using micro with ava!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-m10e Build Status

🚀 Kick-start your microservice with micro and ava!

Based on generator-micro-service by Vadim Demedes.

Features

  •   Build using micro
  • 🚀 Test with AVA
  • ❤️ Lint using XO
  • 📜 Get a readme with buttons for instant deployment to now

Installation

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

$ npm install --global yo
$ npm install --global generator-m10e

Usage

$ cd path/to/your/microservice
$ yo m10e

Answer a few questions and you are ready to go!

License

MIT © doublenot

About

Yeoman generator for microservices using micro with ava!

License:MIT License


Languages

Language:JavaScript 100.0%