@jutsuai/nearai-ts-cli
v0.2.7
Published
NEARAI TypeScript CLI
Downloads
43
Readme
nearai-ts-cli
This is the official NEAR AI TypeScript CLI project. It is a command-line tool that allows you to create, run, and upload NEAR AI agents written in TypeScript.
Quick Start Guide
1. Install nearai-ts globally
npm install -g @jutsuai/nearai-ts-cli2. Authenticate with NEAR AI
nearai-ts login⚠️ Note: You only need to do this once. If you have already authenticated before you can skip this step.
3. Create a new project:
nearai-ts create <project-name>4. Run the project:
cd <project-name>
nearai-ts run <project-name>5. Upload (deploy) the project:
nearai-ts upload <project-name>