Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

A bad package manager. For science!

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 |