Skip to content

charafau/html-to-jaspr-vscode

Repository files navigation

HTML to Jaspr Converter for VSCode

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.

Usage

  • Open a Dart project in VSCode.
  • Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
  • Type HTML to Jaspr: Convert and press Enter.
  • Paste your HTML code into the editor.

Requirements

  • Visual Studio Code: Latest version recommended.
  • Dart SDK: Ensure Dart is installed and properly configured in your system.

Contributing

Contributions are welcome! To contribute:

  1. Fork the Repository: Click on the 'Fork' button at the top-right corner of this page.
  2. Clone Your Fork:
    • git clone https://github.com/your-username/html-to-jaspr-vscode.git
  3. Create a New Branch:
    • git checkout -b feature/your-feature-name
  4. Make Your Changes: Implement your feature or fix.
  5. Commit and Push:
    • git add .
      git commit -m "Your commit message"
      git push origin feature/your-feature-name
  6. Submit a Pull Request: Navigate to your fork on GitHub and click on 'New Pull Request'.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Html to Dart's Jaspr framework converter

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •