generator-express-ms

0.1.1 • Public • Published

Express micro-service generator

A Yeoman generator to template out a micro-service using Express

Installation

You'll need Yeoman installed on your computer: npm install yo -g

Clone, install, and link this package to your npm global cache

git clone https://github.com/nsamala/generator-express-ms.git && cd generator-express-ms
npm install
npm link

Usage

mkdir project && cd project
yo express-ms

Package Sidebar

Install

npm i generator-express-ms

Weekly Downloads

0

Version

0.1.1

License

BSD-2-Clause-FreeBSD

Last publish

Collaborators

  • nsamala