@aimf/cli
v0.1.1
Published
AIMF Command Line Interface
Readme
@aimf/cli
Command Line Interface for the AI-MCP Framework.
Installation
npm install -g @aimf/cliCommands
Create a New Project
aimf new my-appCreates a new AIMF project with:
- Basic project structure
neural.manifest.jsonfor AI configuration- TypeScript setup
- Development scripts
Start Development Server
aimf devOptions:
-p, --port <port>- Server port (default: 3000)
Build for Production
aimf buildOptions:
-o, --output <dir>- Output directory (default: dist)
Project Structure
A new AIMF project has the following structure:
my-app/
├── src/
│ └── index.ts
├── neural.manifest.json
├── package.json
└── tsconfig.jsonLicense
MIT
