-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DSDK-185] [TS] [SDK] Add scaffolding tool to repo #14
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
b1aff19
to
ea5e591
Compare
eb0ca30
to
413e722
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
Could you add some doc into README.md ? 🙏
👌 nice doc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f43b518
to
25b4239
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
📝 Description
To strengthen our DX, I have added
hygen
, a scaffolding tool, to our repo. It will help make template of reusable structure we can use in our projects. Right now it is scoped to thecore
project, however any project can use the_template
folder to have it's own generators (good for scoping)❓ Context
✅ Checklist
Pull Requests must pass the CI and be code reviewed. Set as Draft if the PR is not ready.
module:create
that will scaffold a module and it's files🧐 Checklist for the PR Reviewers