A powerful command-line interface (CLI) tool that leverages OpenAI's Models to assist with coding tasks directly from your terminal.
scriptly.mp4
- Interactive CLI interface for coding assistance
- Powered by OpenAI's GPT-4 model
- Real-time code analysis and suggestions
- Tool-based approach for various coding tasks
- Colored terminal output for better readability
- Clone the repository:
git clone https://github.com/Akash1000x/Scriptly-cli-coding-agent.git
cd Scriptly-cli-coding-agent- Install dependencies:
npm install- Create a
.envfile in the root directory and add your OpenAI API key:
OPENAI_API_KEY=your_api_key_here
- Build the project:
npm run buildTo install the package globally and use it from anywhere:
npm install -g .Next, set your OpenAI API key as an environment variable:
export OPENAI_API_KEY="your-api-key-here"After installation, you can use the CLI tool by running:
scriptlyThe tool will start an interactive session where you can:
- Enter your coding-related prompts
- Get AI-powered assistance
- Receive real-time code suggestions
- Analyze code and get explanations
Contributions, issues, and feature requests are welcome!