mdjastrzebski / ai-cli

Ask AI in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai-cli

AI agent in your terminal.

Installation

npm install ai-cli

Usage

import { multiply } from 'ai-cli';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

Ask AI in your terminal

License:MIT License


Languages

Language:TypeScript 94.9%Language:JavaScript 5.1%