# generator-micro-service **Repository Path**: mirrors_vadimdemedes/generator-micro-service ## Basic Information - **Project Name**: generator-micro-service - **Description**: 🛫 Yeoman generator to kick-start your microservice with `micro` and `ava`! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # generator-micro-service [![Build Status](https://travis-ci.org/vadimdemedes/generator-micro-service.svg?branch=master)](https://travis-ci.org/vadimdemedes/generator-micro-service) 🚀 Kick-start your microservice with `micro` and `ava`! *Based on [generator-nm](https://github.com/sindresorhus/generator-nm) by Sindre Sorhus.* ## Features -   Build using [micro](https://github.com/zeit/micro) - 🚀 Test with [AVA](https://ava.li) - ❤️ Lint using [XO](https://github.com/sindresorhus/xo) - 📜 Get a readme with buttons for instant deployment to [now](https://zeit.co/now) - 💲 Generate a CLI (optional) ## Installation First, install [Yeoman](http://yeoman.io) and generator-micro-service using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash $ npm install --global yo $ npm install --global generator-micro-service ``` ## Usage ```bash $ yo micro-service ``` Answer a few questions and you are ready to go! ## License MIT © [Vadim Demedes](https://vadimdemedes.com)