This package helps you to eject dependencies from node_modules easily
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.
``bash`
npx eject
1. Clone the repository
2. Run npm installnpm build
2. Run npm link
3. Run
Now you can use npx eject