Keep your orbit in the cloud galaxy ! A typescript framework for DevOps workflow
Read the documentation here
- Node.js v16
- MongoDb v4
- (optional but strongly recommended) Docker
npm install @wbce/orbits-core @wbce/orbits-fuel
npm install @wbce/orbits-core
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
This repository is open to contributions on all its forms.
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.
We will complete this soon.