@nativeai/cli
v0.9.3
Published
Command line interface for native AI
Maintainers
Readme
@nativeai/cli
Command line interface for native AI applications.
Installation
npm install -g @nativeai/cliUsage
Initialize a new project
nativeai initBuild your project
nativeai buildServe your project
nativeai serve --port 3000Commands
init- Initialize a new native AI project with interactive promptsbuild- Build the native AI projectserve- Serve the native AI project on a specified port
Features
- Interactive project initialization with inquirer
- Beautiful loading spinners with ora
- Robust command parsing with commander
- TypeScript support
- Modular architecture
Development
# Install dependencies
npm install
# Build the package
npm run build
# Watch for changes
npm run dev
# Run tests
npm run test