creshh
v1.0.1
Published
A CLI to install all the packages available in npm directory
Readme
creshh
A CLI tool to attempt to install all packages from the npm registry.
Description
creshh is a command-line interface (CLI) tool that fetches a list of all public package names from the npm registry and attempts to install them one by one using npm install.
Warning
This is a highly discouraged practice. Attempting to install every package from npm will:
- Consume a massive amount of disk space.
- Take a very long time to complete.
- Potentially introduce security vulnerabilities to your system.
- Likely cause system instability.
This tool is provided for educational and experimental purposes only. Use it at your own risk.
Usage
The recommended way to use creshh is to execute it directly using npx, which will download and run the package without installing it globally.
npx creshhThe script will then begin fetching the package list and installing them.
Global Installation (Optional)
If you prefer to install the package globally, you can do so with the following command:
npm install -g creshhThen you can run it with:
creshhLicense
This project is licensed under the ISC License.
