-
-
Notifications
You must be signed in to change notification settings - Fork 278
Add init command for project setup #294
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Hey @unisol1020 thanks for the PR. I'll try to go over it this weekend. I noticed that you are using a relative path to the starter-base template. Although that works locally it won't work as an npm package. You will need to add the package as a dependency in the package.json and use the path to the node_modules to use it. |
|
Hi @mrzachnugent . Sry for this one. I never did it before, so i will check. |
mrzachnugent
left a comment
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.
Hey @unisol1020 Thanks for taking on this big feature. Let me know if anything needs more clarification.
|
Hey @mrzachnugent. I will check. TY |
|
Hey @mrzachnugent . Can u check if it looks good pls |
…ng project initialization
mrzachnugent
left a comment
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.
@unisol1020 Thank you for contributing, Great job!
|
@mrzachnugent may I add dark theme/mode toggle to docs? |

Description:
Add new CLI command 'init' to automate project setup. The command installs required dependencies.
Key features:
Tested Platforms:
Affected Apps/Packages:
Usage: