Skip to content
/ eject Public

A node cli written to eject dependencies from your project

Notifications You must be signed in to change notification settings

snake-py/eject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

99859d9 · Nov 29, 2024

History

42 Commits
Nov 28, 2024
Nov 28, 2024
Nov 28, 2024
Nov 10, 2024
Nov 10, 2024
Nov 10, 2024
Nov 28, 2024
Nov 28, 2024
Nov 10, 2024
Nov 28, 2024
Nov 28, 2024
Nov 28, 2024
Nov 10, 2024

Repository files navigation

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.