0.4.6 • Published 1 year ago
utils-ai v0.4.6
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 installBuild Sub
pnpm build:stubThen, 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.