https://github.com/kynlos/codyception
Codyception is a web-based tool designed to streamline the process of creating custom commands for the Cody AI by Sourcegraph. This intuitive interface allows users to define command names, prompts, and context options with ease, and even select from pre-made commands crafted by Kynlo.
https://github.com/kynlos/codyception
codyception sourcegraph sourcegraph-cody
Last synced: 9 months ago
JSON representation
Codyception is a web-based tool designed to streamline the process of creating custom commands for the Cody AI by Sourcegraph. This intuitive interface allows users to define command names, prompts, and context options with ease, and even select from pre-made commands crafted by Kynlo.
- Host: GitHub
- URL: https://github.com/kynlos/codyception
- Owner: Kynlos
- License: mit
- Created: 2024-01-24T00:57:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T01:34:27.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T05:37:47.804Z (9 months ago)
- Topics: codyception, sourcegraph, sourcegraph-cody
- Language: PHP
- Homepage: https://www.codyception.com
- Size: 10.3 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# This README will be updated soon.
# Codyception - Cody Command Creator by Kynlo
Codyception is a web-based tool designed to streamline the process of creating custom commands for the Cody AI by Sourcegraph. This intuitive interface allows users to define command names, prompts, and context options with ease, and even select from pre-made commands crafted by Kynlo.
## Features
[See https://www.codyception.com]
## Getting Started
To get started with Codyception, simply clone the repository and open `index.html` in your web browser.
```bash
git clone https://github.com/your-username/codyception.git
cd codyception
```
## Usage
[Coming Soon]
## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
## Fork the Project
Contributions are the backbone of the open-source community, turning it into an inspiring space for learning and collaboration. Your contributions are immensely valuable, and we appreciate your effort in making this project better.
To contribute, follow these steps:
1. **Fork the Project:**
- Click on the "Fork" button at the top-right corner of the repository page.
- This action will create a copy of the project in your GitHub account.
2. **Create your Feature Branch:**
- Open your terminal and create a new branch for your feature using the command:
```bash
git checkout -b feature/AmazingFeature
```
- Replace "AmazingFeature" with a brief, descriptive name for your feature.
3. **Commit your Changes:**
- Make your changes to the codebase.
- Commit your changes with a clear and concise message:
```bash
git commit -m 'Add some AmazingFeature'
```
4. **Push to the Branch:**
- Push your changes to the branch you created:
```bash
git push origin feature/AmazingFeature
```
5. **Open a Pull Request:**
- Navigate to the original repository.
- In the "Pull Requests" tab, click on "New Pull Request."
- Provide a summary of your changes, including any relevant details.
- Submit the Pull Request, and we'll review your contribution.
Thank you for contributing to our project! 🚀
## License
Distributed under the MIT License. See LICENSE for more information.
## Contact
Kynlo - @Kynlos
Project Link: https://github.com/Kynlos/Codyception
## Acknowledgements
- [Sourcegraph](https://www.sourcegraph.com/)
- [Font Awesome](https://fontawesome.com)
- [Google Fonts](https://fonts.google.com/)
--Written by Cody (GPT4-Turbo-Preview)