File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,19 @@ composer test
169169CaptainHook will automatically run all tests before pushing to the remote
170170repository.
171171
172+ ### Running ` create-project ` Locally
173+
174+ You can test Composer's ` create-project ` command locally to make sure the
175+ starter kit wizard runs properly with your changes. To do so, use a command
176+ similar to the following:
177+
178+ ``` shell
179+ composer create-project ramsey/php-library-starter-kit YOUR-PROJECT-NAME \
180+ --repository=' { "type": "path", "url": "/path/to/local/php-library-starter-kit", "options": { "symlink": false } }' \
181+ --remove-vcs \
182+ --stability=dev
183+ ```
184+
172185[ github ] : https://github.com/ramsey/php-library-starter-kit
173186[ issues ] : https://github.com/ramsey/php-library-starter-kit/issues
174187[ pull requests ] : https://github.com/ramsey/php-library-starter-kit/pulls
You can’t perform that action at this time.
0 commit comments