1.0.0 ā€¢ Published 7 years ago

generator-micro-service v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

generator-micro-service Build Status

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

Based on generator-nm by Sindre Sorhus.

Features

  • Uses micro
  • Sets up testing with AVA
  • Lints using xo
  • Writes a nice readme with buttons for instant deployment to now
  • Can optionally generate a CLI

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