0.14.1 • Published 5 years ago

oms-shell v0.14.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Open Microservices CLI

Welcome to Open Microservices CLI project! If you're just getting started, check out openmicroservices.org to see what it's all about.

CircleCI Spectrum Chat npm version NPM downloads Renovate badge

Installation

If you're using yarn:

yarn global add @microservices/oms

Or if you're using npm:

npm i @microservices/oms -g

Usage

Open Microservices CLI

Contributing

All suggestions in how to improve the CLI are very welcome. Feel free share your thoughts in the Issue tracker, or even better, fork the repository to implement your own ideas and submit a pull request.

This project is guided by Contributor Covenant. Please read out full Contribution Guidelines.

Getting Started

After cloning this repository, open up a shell in this project's root directory and execute the following to build from source:

yarn bootstrap
yarn link
yarn build

If you're editing the raw Typescript files you can take advantage of live transpilation with the following:

yarn watch

Additional Resources

License

This project is licensed under the terms of the MIT License. See the LICENSE file in the repository for more information.