Skip to content

Commit

Permalink
docs: Add README to wavegen #612
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Apr 14, 2021
1 parent 586bbd0 commit 66dc188
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/wavegen/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Wavegen

Wavegen code-generates language-specific counterparts of front-end cards/components for use in language-specfic drivers. Uses the Typescript compiler API.

To use the generator, run `make generate` using the root `Makefile`.

If you make changes to the generator, you'll need to compile it to update the drivers.

Steps:
1. Run `make setup` to set up development dependencies (one-time).
2. Run `make build` to build the generator (every time you make changes to the generator).
3. Run `make run` to run the generator (every time you make changes to the UI). Same as calling `make generate` from the root `Makefile`.

0 comments on commit 66dc188

Please sign in to comment.