Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andimarek/micro-manager
- Owner: andimarek
- License: mit
- Created: 2017-04-16T08:43:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T14:25:41.000Z (over 7 years ago)
- Last Synced: 2024-10-10T17:52:24.625Z (about 1 month ago)
- Topics: javascript, microservice, microservices, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 252 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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.