IBM / sourceorbit

Dependency Management for IBM i projects

Home Page:https://ibm.github.io/sourceorbit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Source Orbit

Source Orbit is a dependency management system. As IBM i developers start using git for the RPGLE, CL, DDS and SQL, we want to provide them with excellent tools to help them understand their source code. Source Orbit:

  1. scans all applicable source code to build a dependency tree
  2. can show how objects would be affected as developers write code (inside of Visual Studio Code)
  3. can generate JSON, or build scripts, to automatically build your application changes
  4. generates reports for branches being worked on so project owners can see their application in real time.
  5. helps migrate your code to git (See CLI, Cleanup capabilities)

Start using Source Orbit

Check out these pages to dive in:

  1. As a CLI: run Source Orbit as part of an automated pipeline, or anywhere really!
  2. Rules: using Source Orbit for dependency management? Check out how it works ✅
  3. Structure: want to know how to structure your code when stored in git?

About

Dependency Management for IBM i projects

https://ibm.github.io/sourceorbit/

License:Apache License 2.0


Languages

Language:TypeScript 97.6%Language:JavaScript 2.4%