1.0.0 • Published 8 years ago

replay-common v1.0.0

Weekly downloads
9
License
-
Repository
github
Last release
8 years ago

Description

This repo is intended to share code between Replay micro services.

Adding new module

Just add your module in the root of the repo, and do not forget to append a package.json by calling npm-init in your module.

Also do not forget to prefix your module with "replay-".

Modifing existing modules

Upon pushing new code to your module, please elevate the "version" tag in your package.json, else the projects depending on the module won't receive the update when they'd perform "npm install".