microservice-constructor
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

microservice-constructor

This program generates parts of microservice-based web-app, which include:

  • kubernetes configuration files for microservices, databases, API gateways and message brokers;
  • configuration files for CI/CD;
  • parts of code of microservices.

Installation

Windows

Download archive with executable file here and unzip it.

Linux

Download archive with deb package here and unzip it. Use apt to install it:

$ sudo apt install ./microservice-constructor_1.0.13.deb

Usage

Firstly, create here and export configuration for your project.

Then run console app to generate project. Enter path to configuration file as "source" argument and folder for generating project as "target" argument:

$ microservice-constructor --source=./config.json --target=./project-dir

After that enter requested values and wait for project generation.

/microservice-constructor/

    Package Sidebar

    Install

    npm i microservice-constructor

    Weekly Downloads

    16

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    197 MB

    Total Files

    324

    Last publish

    Collaborators

    • hmaravlad