Skip to content

IBM/sourceorbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?