Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`!
- Host: GitHub
- URL: https://github.com/vadimdemedes/generator-micro-service
- Owner: vadimdemedes
- License: mit
- Created: 2017-02-06T22:13:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T22:26:49.000Z (almost 8 years ago)
- Last Synced: 2024-04-15T12:13:35.211Z (10 months ago)
- Topics: microservice, now, yeoman, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 143
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-micro - generator-micro-service - Yeoman generator to kick-start your microservice with `micro` and `ava` (Boilerplates / Utilities)
- awesome-list-microservice - generator-micro-service - start your microservice with `micro` and `ava`! (now)
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)