Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muffag/patchage

Easily install packages with opinionated configuration
https://github.com/muffag/patchage

Last synced: 3 days ago
JSON representation

Easily install packages with opinionated configuration

Awesome Lists containing this project

README

        

📦 Patchage

Install packages with opinionated configs.

## About

**⚠️ Patchage is currently in alpha!**

Patchage is a CLI utility to quickly install node modules and provide opinionated configs with them. See the [patches directory](patches) for more information on how it works.

![demo gif](.github/demo.gif)

## Development

### Monitor `src` directory and automatically build project

```bash
npm run start:dev
```

### Install patchage from source

```bash
git clone ...
cd patchage
npm install
npm run build
npm install -g .
```

The binary `patchage` is now available:

```bash
patchage
```