Skip to content

adussarps/orbits

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Keep your orbit in the cloud galaxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.7%
  • Dockerfile 0.3%