-
-
Notifications
You must be signed in to change notification settings - Fork 2
Added support for composer create-project #161
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
Closed
Closed
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
34fcb22
Init.
tannguyen04 a77dcf7
Init Customizer.
tannguyen04 8984a8c
Init.
tannguyen04 fdff2d7
Display summary.
tannguyen04 ce64824
Process readme.
tannguyen04 1114559
Remove command wrapper.
tannguyen04 869627f
Add convert string helper function.
tannguyen04 cdffecc
Init internal replacement.
tannguyen04 118d2f0
Namespace
tannguyen04 0b6d2d7
Namespace
tannguyen04 e10be88
UPDATE internal replacement.
tannguyen04 465c1fd
Update internal replacement
tannguyen04 c6f6026
update composer
tannguyen04 516b571
update composer
tannguyen04 30d80ed
Update internal replacement.
tannguyen04 f4bef22
Update
tannguyen04 b8a85f6
Update
tannguyen04 5f19135
Update
tannguyen04 dccf3af
Test.
tannguyen04 0028da0
Init lint for scaffold.
tannguyen04 e779f58
Implement lint scaffold in composer.
tannguyen04 af6b6e1
Add phpunit dependency.
tannguyen04 2ad4eef
Init phpunit test.
tannguyen04 343264d
Update Unit tests.
tannguyen04 8d6b62b
Update Unit test.
tannguyen04 a51605a
Update phpunit test.
tannguyen04 f1593b4
Add test.
tannguyen04 f68d7ae
test
tannguyen04 f82aad8
test
tannguyen04 dde0b8f
test
tannguyen04 14a0f60
test
tannguyen04 2ecf549
test
tannguyen04 f068caa
test
tannguyen04 19ccebe
test
tannguyen04 b210690
test
tannguyen04 7b81fb5
test
tannguyen04 c198706
test
tannguyen04 ab57114
test
tannguyen04 79ebced
test
tannguyen04 829d07a
Test.
tannguyen04 8c9a89f
test.
tannguyen04 45509e0
Test.
tannguyen04 99909c1
Remove init and bats.
tannguyen04 c6b573e
test.
tannguyen04 f3899d4
test
tannguyen04 22e2318
test
tannguyen04 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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
please do not do this. The whole point was to hide all the scaffold stuff inside of the
.scaffold
dir so that the consumers can see a clean structure with just one odd directory.scaffold
.Please revert this back and any other overrides.
The task was to only update a couple of fields in
composer.json
and store everything in.scaffold
.