-
Notifications
You must be signed in to change notification settings - Fork 68
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
feat: create cli commands to initialize the project structure #165
Comments
inannan423
changed the title
feat: create scaffolding commands initialize the project structure
feat: create cli commands initialize the project structure
Feb 28, 2023
inannan423
changed the title
feat: create cli commands initialize the project structure
feat: create cli commands to initialize the project structure
Feb 28, 2023
🙋♂️ |
Shiinama
added a commit
to Shiinama/island.js
that referenced
this issue
Feb 28, 2023
add create-island cli in menorepo sanyuan0704#165
Merged
Shiinama
added a commit
to Shiinama/island.js
that referenced
this issue
Feb 28, 2023
Remove invalid print and replace npm sanyuan0704#165
sanyuan0704
pushed a commit
that referenced
this issue
Feb 28, 2023
cool! tks.👍 |
Shiinama
added a commit
to Shiinama/island.js
that referenced
this issue
Mar 1, 2023
fix the shims in windows bug sanyuan0704#165
sanyuan0704
pushed a commit
that referenced
this issue
Mar 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
For example, I want to create an island.js project that I can generate the project structure and default files with a single line of command instead of creating them one by one.
Describe the solution you'd like
Create a CLI project and declare the commands in package.json:
Write logic in bin/index.js to complete the task.
Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: