Detalhes do pacote

eject

snake-py2.3kMIT1.0.3

This package helps you to eject dependencies from node_modules easily

cli

readme (leia-me)

Eject

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.

Usage

npx eject <dependency>

Dev Usage

  1. Clone the repository
  2. Run npm install
  3. Run npm build
  4. Run npm link

Now you can use npx eject <dependency> to eject the dependency from any other project.

changelog (log de mudanças)

1.0.3 (2024-11-28)

Bug Fixes

1.0.2 (2024-11-28)

1.0.1 (2024-11-15)

Bug Fixes

  • use link: protocol instead of file: (40cbab3)

1.0.0 (2024-11-15)