https://github.com/snake-py/eject
A node cli written to eject dependencies from your project
https://github.com/snake-py/eject
cli node
Last synced: 4 months ago
JSON representation
A node cli written to eject dependencies from your project
- Host: GitHub
- URL: https://github.com/snake-py/eject
- Owner: snake-py
- Created: 2024-11-10T12:42:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T12:31:22.000Z (over 1 year ago)
- Last Synced: 2025-09-13T12:03:41.810Z (10 months ago)
- Topics: cli, node
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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
```bash
npx eject
```
## Dev Usage
1. Clone the repository
2. Run `npm install`
2. Run `npm build`
3. Run `npm link`
Now you can use `npx eject ` to eject the dependency from any other project.