Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# mincmp

> Compare npm package source files minimaps


Example


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)