npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

generator-micro-service

1.0.0

@vdemedes

npmHomeRepoSnykSocket
Downloads:6
$ npm install generator-micro-service
DailyWeeklyMonthlyYearly

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