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
76 downloads per month
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
- Install Rust: https://www.rust-lang.org/tools/install
- Clone this repository:
git clone https://github.com/yourusername/clinec.git
- 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 rulesprojectBrief.md
.gitignore
file specific to the technology stack
Contributing
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeatureName
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeatureName
) - 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