Skip to content

Commit

Permalink
Make progress towards liveviewjs generators
Browse files Browse the repository at this point in the history
- uses hygen and enquierer to prompt and generate code
- working nodejs project template
- not quite on deno side (but not hooked up)
  • Loading branch information
floodfx committed Jan 31, 2023
1 parent f3e5bef commit 921e914
Show file tree
Hide file tree
Showing 51 changed files with 2,391 additions and 112 deletions.
4 changes: 3 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"$schema": "https://unpkg.com/@changesets/config@2.0.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [["liveviewjs", "@liveviewjs/examples", "@liveviewjs/express"]],
"fixed": [
["liveviewjs", "@liveviewjs/examples", "@liveviewjs/express", "@liveviewjs/gen", "@liveviewjs/lambda-examples"]
],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down
9 changes: 9 additions & 0 deletions .changeset/warm-dolls-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@liveviewjs/lambda-examples": minor
"liveviewjs": minor
"@liveviewjs/examples": minor
"@liveviewjs/express": minor
"@liveviewjs/gen": minor
---

Initial LiveViewJS code gen infrastructure and nodejs project generator
Loading

0 comments on commit 921e914

Please sign in to comment.