https://github.com/iansu/bad-package-manager
A bad package manager. For science!
https://github.com/iansu/bad-package-manager
nodejs package-manager
Last synced: about 2 months ago
JSON representation
A bad package manager. For science!
- Host: GitHub
- URL: https://github.com/iansu/bad-package-manager
- Owner: iansu
- License: mit
- Created: 2022-06-02T05:59:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T03:00:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T06:44:48.990Z (4 months ago)
- Topics: nodejs, package-manager
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bad Package Manager
A bad package manager. For science!
The goal of this project is to build a CLI app in order to test new features in Node.js. One day it might be a great CLI app but it will probably never be a good package manager.
> **Warning**
> This project is for experimental purposes only. You should not use this package manager for... anything.## Installation
`npm install -g bad-package-manager`
## Usage
`bad`
## Features
| Status | Command | Description |
| ------ | ------------------------- | ---------------------------------------------- |
| 🚧 | `install` | Install all packages from `package.json` |
| 🚧 | `install ` | Install a specific package as a dependency |
| 🚧 | `install --dev ` | Install a specific package as a dev dependency |
| ✅ | `clean` | Delete `node_modules` directory |