Skip to content

Akash1000x/Scriptly-cli-coding-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Scriptly (CLI Coding Agent)

A powerful command-line interface (CLI) tool that leverages OpenAI's Models to assist with coding tasks directly from your terminal.

scriptly.mp4

πŸš€ Features

  • 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

πŸ› οΈ Installation

Local Installation

  1. Clone the repository:
git clone https://github.com/Akash1000x/Scriptly-cli-coding-agent.git
cd Scriptly-cli-coding-agent
  1. Install dependencies:
npm install
  1. Create a .env file in the root directory and add your OpenAI API key:
OPENAI_API_KEY=your_api_key_here
  1. Build the project:
npm run build

Global Installation

To 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"

πŸš€ Usage

After installation, you can use the CLI tool by running:

scriptly

The 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

🀝 Contributing

Contributions, issues, and feature requests are welcome!

About

CLI coding agent that runs in your terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published