Skip to content

AI document writer powered by GPT for Vue components

Notifications You must be signed in to change notification settings

any-design/document-writer

Repository files navigation

document-writer

AI document writer powered by GPT for Vue components.

Usage

(Note: this package has not been published yet)

npm i @any-design/document-writer

The use it by a command line:

dw ./src/packages -o ./docs/components --language English

At current, it only support Azure OpenAI API, you should set the azure_openai_endpoint, azure_openai_key and azure_openai_model by this command line after all the generation:

dw config set <key> <value>

To specify an example for the generation, you can create a file named .documentwriter in your project root, and put the following content in it:

{
  "example": "path/to/example.md"
}

License

MIT

About

AI document writer powered by GPT for Vue components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published