utils-ai
TypeScript icon, indicating that this package has built-in type declarations

0.4.6 • Public • Published

Utils AI

AI tools for writers

npm version npm downloads License

Features

  • ✅ Spell Check
  • ✅ Description Generator
  • ✅ Multi Language Support (English, French)
  • ✅ OpenAI API
  • VS Code extension

Usage

Setup

npx utils-ai setup --key <openAIAccessKey>

Utils AI is based on OpenAI API. You need to get an access key to use it.

Spell Check

npx utils-ai spell-check <file>

You can change the language by using --language option. Default is en. Available languages are en or fr.

Description Generator

npx utils-ai description-generator <file>

You can change the language by using --language option. Default is en. Available languages are en or fr.

Development

Install Dependencies

pnpm install

Build Sub

pnpm build:stub

Then, you'll be able to start the CLI with pnpm run start. Any changes in the src directory will be reflected in the CLI without to rebuild it, just rerun pnpm run start.

Readme

Keywords

Package Sidebar

Install

npm i utils-ai

Weekly Downloads

8

Version

0.4.6

License

MIT

Unpacked Size

29.6 kB

Total Files

40

Last publish

Collaborators

  • barbapapazes