utils-ai
v0.4.6
Published
A CLI of AI Utils for writers
Downloads
16
Readme
Utils AI
AI tools for writers
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
.