#cli #rule #rules #command-line-tool #cline #aicode

app clinec

CLI tool for generating AI configuration files for Cline programming plugins

5 releases

0.1.5 Feb 27, 2025
0.1.4 Feb 27, 2025
0.1.3 Feb 27, 2025
0.1.2 Feb 27, 2025
0.1.0 Feb 27, 2025

#837 in Command line utilities

Download history

76 downloads per month

MIT license

9KB
113 lines

clinec - AI Configuration Generator for Cline Plugins

Overview

clinec is a command-line tool written in Rust that generates AI configuration files for Cline programming plugins. It helps developers quickly set up project configurations based on their technology stack.

Installation

  1. Install Rust: https://www.rust-lang.org/tools/install
  2. Clone this repository:
    git clone https://github.com/yourusername/clinec.git
    
  3. Build the project:
    cd clinec
    cargo build --release
    

Usage

clinec -t <tech_stack> <project_name>

Supported technology stacks:

  • Go
  • Java
  • Python

Example:

clinec -t go my_go_project

This will generate:

  • .clinerules file with technology-specific rules
  • projectBrief.md
  • .gitignore file specific to the technology stack

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/YourFeatureName)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/YourFeatureName)
  5. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~4.5–6.5MB
~118K SLoC