Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 311 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 311 Bytes

Common module for course on microservices by Stephen Grider

Contents

  • Errors handling
  • Middlewares

Commands for project

To build

npm run build

New version

npm version patch

Publish to NPM Registry

npm publish --access public

More