Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muffag/patchage
- Owner: muffag
- License: isc
- Created: 2019-05-16T13:15:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:33:52.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:53:55.718Z (3 months 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.
![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
```