1.3.0 • Published 11 months ago

fileai v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

fileai

This is a cli software which can help you improve your code with LLM, for example, convert js file to ts, generate unit test, refactor file to make it more easy to read...

Install

npm install -g fileai

Usage

fileai <command>

Commands:
  fileai convertToTs <file>       Convert file from js to ts
  fileai generateUnittest <file>  generate unit test with code
  fileai refactor <file>          refactor file and make it easy to read

Options:
      --version  Show version number                                   [boolean]
  -h, --help     Show help                                             [boolean]

<file> is path to single file or dir.