Welcome to the AI Code Saver repository! This repository contains the source code and related files for the AI Code Saver Chrome extension. This extension helps developers save, organize, and manage code snippets efficiently using AI.
- Save Code Snippets: Easily save code snippets directly from your browser.
- Organize Snippets: Categorize and tag snippets for quick retrieval.
- Cloud Sync: Sync your snippets across multiple devices (coming soon).
- Visit the Chrome Web Store (link to be added once available).
- Search for "AI Code Saver".
- Click "Add to Chrome".
- Clone this repository:
git clone https://github.com/Shvayne/AI-code-saver.git
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click on "Load unpacked" and select the
AI-code-saverdirectory you just cloned. - The AI Code Saver extension should now be installed and active in your browser.
- Click on the AI Code Saver icon in your Chrome toolbar.
- Use the popup interface to save and manage your code snippets.
- Access the saved snippets and use the search functionality to find code quickly.
- Explore AI-generated code suggestions to improve your coding efficiency.
We welcome contributions to the AI Code Saver project! Here are some ways you can help:
- Report Bugs: If you encounter any issues, please report them in the Issues section.
- Suggest Features: Have an idea for a new feature? Let us know in the Issues section.
- Submit Pull Requests: If you have a fix or an enhancement, feel free to submit a pull request. Please ensure your code follows our coding guidelines.
- Fork the repository and clone it to your local machine.
git clone https://github.com/Shvayne/AI-code-saver.git
- Install the necessary dependencies:
npm install
- Make your changes and test them thoroughly.
- Push your changes to your fork and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.