| Crates.io | clinec |
| lib.rs | clinec |
| version | 0.1.5 |
| created_at | 2025-02-27 04:29:18.211863+00 |
| updated_at | 2025-02-27 06:46:21.252763+00 |
| description | CLI tool for generating AI configuration files for Cline programming plugins |
| homepage | https://github.com/richieyan/clinec |
| repository | https://github.com/richieyan/clinec |
| max_upload_size | |
| id | 1571245 |
| size | 23,499 |
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.
git clone https://github.com/yourusername/clinec.git
cd clinec
cargo build --release
clinec -t <tech_stack> <project_name>
Supported technology stacks:
Example:
clinec -t go my_go_project
This will generate:
.clinerules file with technology-specific rulesprojectBrief.md.gitignore file specific to the technology stackContributions are welcome! Please follow these steps:
git checkout -b feature/YourFeatureName)git commit -am 'Add some feature')git push origin feature/YourFeatureName)This project is licensed under the MIT License - see the LICENSE file for details.