Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngryman/mincmp
🍷 Compare npm package source files minimaps
https://github.com/ngryman/mincmp
Last synced: 21 days ago
JSON representation
🍷 Compare npm package source files minimaps
- Host: GitHub
- URL: https://github.com/ngryman/mincmp
- Owner: ngryman
- License: mit
- Created: 2017-07-11T00:22:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T21:09:50.000Z (over 7 years ago)
- Last Synced: 2024-08-02T12:24:23.323Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# mincmp
> Compare npm package source files minimaps
Vue + React + HyperApp`mincmp` is one of those useless tool that allows you to compare the minimap of several package source files published on `npm`. It generates a `result.png` image with the aggregated source maps.
Have fun! :tada:
## Install
```sh
npm install -g mincmp
```## Example
```sh
mincmp react/dist/react.min.js vue/dist/vue.min.js hyperapp/dist/hyperapp.js
```## License
MIT © [Nicolas Gryman](http://ngryman.sh)