1.0.1 • Published 9 months ago

curlgpt v1.0.1

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

Features ✨

  • Get the command for the specified prompt ChatGPT on your terminal.
  • Get accurate command for the prompt
  • Auto Copy the outputted command to clipboard
  • Easy-to-use command-line interface

Installation 🛠️

  1. Make sure you have Node.js installed on your system.
  2. Run the following command to install CurlGPT globally:

    npm install -g curlgpt

Usage 🚀

  1. Sign into CurlGPT's API Key to obtain your API key.
  2. Set your CurlGPT's API key using the --set-apiKey option:

    curlgpt --set-apiKey <your-api-key>
  3. Test the CurlGPT by giving a prompt:

    curlgpt how to run a postgres container in local

    The tool will return appropriate response based on the provided prompt.

  4. Explore additional options and commands using the built-in help:

    curlgpt --help

Contributing 🤝

Contributions are welcome! If you find a bug, have a feature request, or want to contribute code, please open an issue or submit a pull request to the GitHub repository.

Local Development 👨‍💻

  1. Fork the repository from Github
  2. Clone the forked repository
    git clone https://github.com/<your-username>/CurlGPT.git
  3. Open the clone repository in your favorite code editor
  4. Install the dependencies by running the following command
    yarn
  5. Test the tool by running the following command to print the CurlGPT version

        yarn start -v

Note: you will require CurlGPT's API Key to test the prompt in local

License 📝

CurlGPT is open-source software released under the MIT License.

1.0.1

9 months ago

1.0.0

9 months ago

0.5.0

10 months ago

0.6.1

10 months ago

0.6.0

10 months ago

0.5.1

10 months ago

0.3.0

12 months ago

0.4.1

11 months ago

0.3.2

12 months ago

0.4.0

11 months ago

0.3.1

12 months ago

0.3.3

12 months ago

0.2.6

12 months ago

0.2.5

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago