Skip to content

Commit

Permalink
feat: Implement ability to generate template with the cli
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter Achieng ([email protected])

Signed-off-by: Hunter Achieng <[email protected]>
  • Loading branch information
hunterachieng committed Mar 6, 2024
1 parent 343e58c commit 45b3037
Show file tree
Hide file tree
Showing 18 changed files with 5,321 additions and 4,834 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"test": "pnpm lint && pnpm --filter \"./packages/**\" test && pnpm test:imports",
"lint": "pnpm --filter \"./packages/**\" lint",
"metadata": "pnpm -C tools/metadata cli",
"slack:notify": "cd tools/slack && pnpm notify"
"slack:notify": "cd tools/slack && pnpm notify",
"generate": "cd tools/generate && pnpm generate"
},
"author": "Open Function Group",
"license": "ISC",
Expand Down
Loading

0 comments on commit 45b3037

Please sign in to comment.