Skip to content

SOLUNTECH/calcifer-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calcifer-AI

Calcifer-AI is a powerful command-line interface (CLI) tool built on Commander and leveraging the advanced artificial intelligence capabilities of OpenAI. It enables developers to effortlessly generate code templates and boilerplate code for their projects through interactive prompts.

Installation

Before installing Calcifer-AI, ensure that you have Node.js and npm installed on your system. Once the prerequisites are in place, execute the following command:

npm install -g calcifer-ai

This command will globally install Calcifer-AI on your system.

or you can also install locally by using the command:

npm install git@github.com:SOLUNTECH/calcifer-ai.git

Usage

To harness the potential of Calcifer-AI, open a terminal window and enter the following command:

calcifer-ai think --path=./src/pages --lang=react create a react component. The component is called button. It updates the counter state and refreshes the h1 with the current count.

Executing this command will launch the Calcifer-AI CLI and present you with a prompt. Input your prompts using the specified format:

  • think is the main command.

  • --path denotes the folder location.

  • --lang indicates the context file supporting the file generation.

Calcifer-AI will employ OpenAI's cutting-edge technology to generate code based on your prompts and save the resulting code to a file.

Contributing

We welcome contributions to Calcifer-AI! If you wish to contribute, please fork this repository and submit a pull request with your proposed changes.

License

Calcifer-AI is released under the MIT license. For more details, See LICENSE for more information.

About

Calcifer-AI is a powerful command-line interface (CLI) tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published