Skip to content
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

archive sub-command #18

Open
beberlei opened this issue Aug 21, 2015 · 1 comment
Open

archive sub-command #18

beberlei opened this issue Aug 21, 2015 · 1 comment
Labels

Comments

@beberlei
Copy link
Owner

If you want to produce deployable build artifacts, then just as composer archive there should be a way to build a tarball or directory of code with all its dependencies inlined into the components vendor/ folder.

Example:

components/Foo/src
components/Foo/web
components/Foo/vendor/autoload.php
vendor/symfony/http-foundation

Should collapse into a build/ dir:

Foo/src
Foo/web
Foo/vendor/autoload.php
Foo/vendor/symfony/http-foundation
@beberlei beberlei changed the title fiddler archive sub-command archive sub-command Feb 28, 2016
@unional
Copy link

unional commented Mar 28, 2020

Currently, how can we create an archive for a sub-package?
My workaround is to create a composer.json in the sub-package and repeat the same information as if it is a normal package.

Is there a better way to do it?

🌷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants