CLI Agent for Kodly Platform
npm install kodly-cliThe official command-line interface for the Kodly Platform.
To install and test the CLI locally:
1. Clone the repository (if you haven't already):
``bash`
git clone
cd nokode-cli
2. Install Dependencies:
`bash`
npm install
3. Build the Project:
`bash`
npm run build
4. Link the CLI:
This makes the kodly command available globally on your machine, pointing to your local development version.`
bash`
npm link
Note: You might need to use sudo npm link depending on your system permissions.
Once installed, you can use the kodly command from anywhere in your terminal.
`bashCheck version
kodly --version
Development
- Run locally without linking:
`bash
npm start --
# Example: npm start -- task list
`
- Build: npm run build`