Source Orbit is a dependency management tool. As IBM i developers start using Git for their RPGLE, CL, DDS and SQL, we want to provide them with excellent tools to help them understand their source code. Source orbit is available for use as both a VS Code extension and CLI tool.
- 💻 Install from VS Code Marketplace
- 📦 Download from Open VSX Registry
- ⚡Install CLI from NPM
- 📖 View Documentation
- 🔎 See Releases
Source Orbit is equipped to help you with the following tasks:
- Scans all applicable source code to build a dependency tree
- Show how objects would be affected as developers write code
- Generate JSON, or build scripts, to automatically build your application changes
- Generates reports for branches being worked on so project owners can see their application in real time
- Migrate your code to git
Check out these pages to dive in:
- As a CLI: Run Source Orbit as part of an automated pipeline, or anywhere really!
- As a VS Code Extension: Leverage Source Orbit as you develop applications in VS Code
- Project Structure: Learn how to structure your code when stored in git
- Source Code Rules: Learn what rules to abide by when using Source Orbit