1.13.0 • Published 1 year ago

gdescriber v1.13.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

DESCRIBER: Description by AI

Generate a description of the tasks done to put in the pull request from your commits npm.io

Configure:

Add the environment variable OPENAI_TOKEN with your openai api key or add it to package.json

{
    ...
    "gdescriber": {
        "openai_token": "YOU-OPENAI-API-KEY"
    }
}

Run

Execute in you project folder

npx gdescriber

Options

Pass parameters in the execution line

--origin

Change the origin branch to compare commits, example:

npx gdescriber --origin develop

--prompt

Add new text to the AI ​​prompt, example:

npx gdescriber --prompt "Considering that my project is an e-commerce in NextJS"
1.13.0

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.0.0

1 year ago