https://github.com/muffag/patchage
Easily install packages with opinionated configuration
https://github.com/muffag/patchage
Last synced: 10 months ago
JSON representation
Easily install packages with opinionated configuration
- Host: GitHub
- URL: https://github.com/muffag/patchage
- Owner: muffag
- License: isc
- Created: 2019-05-16T13:15:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:33:52.000Z (over 3 years ago)
- Last Synced: 2025-02-15T08:19:34.357Z (over 1 year ago)
- Language: TypeScript
- Size: 2.96 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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
```