Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andimarek/micro-manager

tool for managing microservices
https://github.com/andimarek/micro-manager

javascript microservice microservices nodejs typescript

Last synced: about 1 month ago
JSON representation

tool for managing microservices

Awesome Lists containing this project

README

        

# micro-manager

micro-manager helps you to manage a set of repositories and projects.

For example: "Check out all projects" or "Validate that all projects use the same version of library X".

## Table of Contents

- [Overview](#overview)
- [Code of Conduct](#code-of-conduct)
- [Installation](#installation)
- [License](#license)

### Overview

Especially in the Microservice architecture you end up with a bunch of different repositories and projects for one product.
And because they all should be loosely coupled there is often no "natural" place to document and to interact with all of them at the same time. micro-manager lives exactly at this meta-level: it knows all projects and can answer questions and execute tasks concerning several of them.

### Code of Conduct

Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
By contributing to this project (commenting or opening PR/Issues etc) you are agreeing to follow this conduct, so please
take the time to read it.

### Installation

micro-manager is avaialabe on [npm](https://www.npmjs.com). To install it execute:

```shell
npm install -g micro-manager
```

### License

micro-manager is licensed under the MIT License. See [LICENSE](LICENSE.md) for details.