@ibm/sourceorbit
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Source Orbit

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.

Extension Version Extension Installs

NPM Version NPM Downloads

General Usage

Source Orbit will scan the sources in the current working directory (CWD) and can do a few things:

  • Show object dependencies with -l
  • Generate a different file formats based on the dependency tree to build the project
  • Rename files easily (.rpgle/.clle/.clp -> .pgm.rpgle/.pgm.clle/.clle) with -ar
  • Fix RPGLE includes if the source is found locally (useful for converting from member include style) with -fi
  • List detailed information with --verbose
  • Want to only scan a specific source? Use the -s option: so -s qrpglesrc/employees.pgm.sqlrpgle
cd myibmiproject
so -h
so -bf make && gmake BIN_LIB=libname

Getting Started

Check out these pages to dive in:

  1. As a CLI: Run Source Orbit as part of an automated pipeline, or anywhere really!
  2. As a VS Code Extension: Leverage Source Orbit as you develop applications in VS Code
  3. Project Structure: Learn how to structure your code when stored in git
  4. Source Code Rules: Learn what rules to abide by when using Source Orbit

Readme

Keywords

Package Sidebar

Install

npm i @ibm/sourceorbit

Weekly Downloads

148

Version

1.0.4

License

Apache 2

Unpacked Size

184 kB

Total Files

24

Last publish

Collaborators

  • sanjula.ganepola.ibm
  • worksofliam-ibm
  • edmund.reinhardt