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

Option to "eject" out of electrode ? #101

Closed
donszek opened this issue Dec 29, 2016 · 3 comments
Closed

Option to "eject" out of electrode ? #101

donszek opened this issue Dec 29, 2016 · 3 comments

Comments

@donszek
Copy link

donszek commented Dec 29, 2016

Hi, is it possible (or future plan) to allow users to eject their app out of electrode with all the dependencies inserted into package.json and necessary scripts?

@citelao
Copy link
Contributor

citelao commented Jan 7, 2017

It's not possible currently, and from what I gather it's not intended to be.

@jchip
Copy link
Member

jchip commented Jan 10, 2017

theoretically it should be straightforward to copy the archetype config and scripts into a directory under your app and move the dependencies into your package.json. The archetype code doesn't hardcode where its location is but since there is two parts (the main archetype and the dev part) some config scripts does require the other by name so that needs some updates. This use is really not the intend of the archetype but the option is open.

@jchip
Copy link
Member

jchip commented Jun 21, 2017

I consider eject like a 100% configurable option and it's not aligned with the design goal of archetype types. we are very resource constraint so close this for now.

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

No branches or pull requests

3 participants