This package is written to eject dependencies from your project. It will copy all the files and folders to an ejected
folder and remove it from node_modules. It will automatically update the package.json file an link the dependencies to the ejected folder.
npx eject <dependency>
npm install
npm build
npm link
Now you can use npx eject <dependency>
to eject the dependency from any other project.