Skip to content

Commit

Permalink
Separate Java and frontend tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Sep 12, 2022
1 parent 177164e commit 58146bd
Show file tree
Hide file tree
Showing 41 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DS_Store
node_modules/
in/*.out.js
frontend/in/*.out.js
convert.js
*~
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
== Rerwiting frontend files

The frontend tool is in the `frontend folder`

To test this tool, do the setup dance once

```
cd frontend
npm install
node_modules/.bin/tsc convert.ts
```
Expand All @@ -12,3 +17,7 @@ node convert.js in/grid-columns.js
```

This will convert `in/grid-columns.js` into a Lit element and place the output in `in/grid-columns.out.js`

== The Java version

Coming soon
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 58146bd

Please sign in to comment.