-
-
Notifications
You must be signed in to change notification settings - Fork 168
feat(create-waku): install dependencies automatically when creating a new waku project #808
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
Merged
Merged
Changes from 32 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
b915f15
feat: install dependencies automattically when creating the waku project
Rec0iL99 55e5206
dynamic package manager
Rec0iL99 26eb8ba
removed cross-spawn and used spawn from node:child_process
Rec0iL99 6e1dddf
process is a global env
Rec0iL99 1751fce
fix: change "pipe" to "inherit" as the value of stdio option
ojj1123 bfb5ee9
Merge branch 'main' into install-deps
ojj1123 f5da208
prettier --write
ojj1123 ff3527d
Merge branch 'main' into install-deps
ojj1123 b8a73b0
comment process.chdir
ojj1123 6fe120f
add cwd option of spawn
ojj1123 e69a0f1
remove test-result file
ojj1123 bb908ad
it can be fixed?
ojj1123 4ed9d80
Update packages/create-waku/src/index.ts
dai-shi f1a7a6d
make it fail?
ojj1123 33affcc
shell option to true on win32 only
ojj1123 ab93fee
change comment to code
ojj1123 bae3a6b
Merge branch 'main' into install-deps
ojj1123 a9bf252
use shell on all platforms
ojj1123 dd6cf66
Merge branch 'main' into install-deps
ojj1123 6f47780
remove unused console logs
ojj1123 76558bd
remove the unused test code with default setup work
ojj1123 52aacf0
Merge branch 'main' into install-deps
ojj1123 0ebab43
revert shell option (only win32)
ojj1123 242a390
Merge branch 'main' into install-deps
ojj1123 b30499d
revert test code
ojj1123 c176384
Merge branch 'main' into install-deps
ojj1123 08c1872
Merge branch 'main' into install-deps
ojj1123 c4ec596
add cross-spawn
ojj1123 7097873
add rm -rf .cache/*
ojj1123 843ec06
remove cross-spawn
ojj1123 03d65ab
Merge branch 'main' into install-deps
ojj1123 4b48535
add shell option to true on win32
ojj1123 1ad5c5d
remove process.chdir
ojj1123 2176e8f
Merge branch 'main' into install-deps
ojj1123 1c134df
remove terminate
ojj1123 4efb8bd
Merge branch 'main' into install-deps
ojj1123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.