0.1.0-alpha.4 • Published 4 months ago
contaigents v0.1.0-alpha.4
Contaigents CLI
A modular AI Content Ecosystem CLI tool.
Prerequisites
- Node.js (v18 or higher recommended)
- npm or yarn
Installation
Local Development
- Clone the repository and navigate to the CLI directory:
cd cli
- Install dependencies:
npm install
- Build the project:
npm run build
- Create a global symlink:
npm link
Now you can use ai-content
command globally from anywhere in your terminal.
Using npx
You can run the CLI directly using npx:
npx contaigents
Global Installation
To install the package globally:
npm install -g contaigents
Usage
After installation, you can use the CLI in the following ways:
# Using the linked command
ai-content
# Using npx
npx contaigents
# If installed globally
contaigents
Development
To start development server:
npm run dev
To build the project:
npm run build
To start the built version:
npm start
Configuration
The CLI looks for configuration files in the .ai-content
directory of your project. You can customize agent behaviors by modifying the configuration files.
Example configuration can be found in .ai-content/writer-config.json
.
License
ISC
0.1.0-alpha.4
4 months ago
0.1.0-alpha.3
4 months ago
0.1.0-alpha.2
4 months ago
0.1.0-alpha.1
5 months ago