Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vadimdemedes/generator-micro-service

🛫 Yeoman generator to kick-start your microservice with `micro` and `ava`!
https://github.com/vadimdemedes/generator-micro-service

microservice now yeoman yeoman-generator

Last synced: 2 months ago
JSON representation

🛫 Yeoman generator to kick-start your microservice with `micro` and `ava`!

Awesome Lists containing this project

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)