You can run Oglama from any CI/CD pipeline or command-line interface.
npm install oglama
npx oglama --helpAlternatively, you can use node ./node_modules/oglama/dist/bin.js --help instead of npx oglama --help for a faster response.
Create an account at Oglama and follow the on-screen instructions.
To install an older version, visit the Releases page and download the appropriate installer.
To run the latest (unreleased) version of Oglama, clone this repository and run the following commands:
git clone https://github.com/oglama/oglama.git .
npm install
npm startBuilding Oglama modules is easy:
- Visit the Oglama SDK Reference
- Download the sample module and import it into Oglama
- Start experimenting with dollar-sign methods - the integrated editor features auto-complete and code hints