g2384 / VHDLFormatter

VHDL formatter web online written in typescript
https://g2384.github.io/VHDLFormatter/
MIT License
51 stars 20 forks source link
javascript typescript vhdl vhdl-formatter

VHDL Fomatter

Online VHDL formatter written in Typescript

Try it here: https://g2384.github.io/VHDLFormatter/

Build Status: Main Branch


Run Locally

Simply download/clone this repository, and open the index.html file.


Contribute

Structure

Develop

Use Visual Studio Code to open the repo folder.

Run Tests

Tests must be run before each commit.

Run Unit/Integration Tests

  1. open repo folder with Visua Studio Code
  2. click Run (Ctrl + Shift + D)
  3. select Run Unit Tests configuration
  4. click Start Debugging button

Run Jest Tests

  1. open repo folder with Visua Studio Code
  2. click Terminal -> Run Task...
  3. select npm: test jest