This Visual Studio Code extension facilitates the conversion of HTML code into Dart components compatible with the Jaspr framework.
This project uses Html to Jaspr library underneath.
- Open a Dart project in VSCode.
- Open the Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
on macOS). - Type
HTML to Jaspr: Convert
and press Enter. - Paste your HTML code into the editor.
- Visual Studio Code: Latest version recommended.
- Dart SDK: Ensure Dart is installed and properly configured in your system.
Contributions are welcome! To contribute:
- Fork the Repository: Click on the 'Fork' button at the top-right corner of this page.
- Clone Your Fork:
-
git clone https://github.com/your-username/html-to-jaspr-vscode.git
-
- Create a New Branch:
-
git checkout -b feature/your-feature-name
-
- Make Your Changes: Implement your feature or fix.
- Commit and Push:
-
git add . git commit -m "Your commit message" git push origin feature/your-feature-name
-
- Submit a Pull Request: Navigate to your fork on GitHub and click on 'New Pull Request'.
This project is licensed under the MIT License. See the LICENSE file for details.