Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1 KB

README.md

File metadata and controls

49 lines (33 loc) · 1 KB

Orbits

Keep your orbit in the cloud galaxy ! A typescript framework for DevOps workflow

Documentation

Read the documentation here

Install

Requirement

  • Node.js v16
  • MongoDb v4
  • (optional but strongly recommended) Docker

Standard installation

npm install @wbce/orbits-core @wbce/orbits-fuel

Minimal installation

npm install @wbce/orbits-core

Testing

In each specific package, go to the /specs/ folder. There is a main.spec.ts. In the jasmine configuration, choose the specs you want to run and then run :

npx ts-node-dev main.spec.ts

Contributing

This repository is open to contributions on all its forms.

Repository folders

This git repository manages three packages

  • the core package is under /src/core/actions folder
  • the fuel package is under /src/helpers folder
  • the service package is under /src/packages/services

Also, there is a /src/examples folder with some examples.

Roadmap

We will complete this soon.