webpack-contrib / istanbul-instrumenter-loader

Istanbul Instrumenter Loader
MIT License
273 stars 65 forks source link

docs(README): standardize #64

Closed michael-ciniawsky closed 6 years ago

michael-ciniawsky commented 6 years ago

README

Closes #55

michael-ciniawsky commented 6 years ago

hmm...:stuck_out_tongue: 1-2 examples would be good, but I'm not using this loader myself 😅. Can be added later I guess :)

mattlewis92 commented 6 years ago

I have an e2e example here of how to use it, we could link to that? https://github.com/mattlewis92/karma-coverage-istanbul-reporter/blob/master/test/karma.conf.js

michael-ciniawsky commented 6 years ago

Slimed a little and maybe with babel instead or additionally as Code Examples for the README LGTM 👍

...

</ Options>

<h2 align="center">Examples</h2>

### `Babel`

...Moved && updated from <Usage />

### `Typescript`

...Your TS example here

<Maintainers />