Pimp-my-array.js
What ?
Pimp-my-array is a javascript librairy that improuves the native behaviour of array.
Plugged directly to the Array prototype, it provides a bunch of useful functions.
Why ?
For 2 main reasons :
- Toying around with javascript arrays
- Making my hand with github services
And if I end up making a useful librairy, that's a win-win.
How ?
It plain JS hooked up to Array prototype.
The project is linked to TravisCI that rebuild with each push.
Travis launch Jasmine for the BDD and Istanbul spy it for test coverage.
Coverage results are sent to CodeClimate which tell test coverage and code quality.
Lastly, the code documentation is checked with InchCI.
You too
You want to use it
Just add to your code before any other <script>. You can access any release with the corresponding tag.
<script src="//cdn.rawgit.com/GMartigny/pimp-my-array/1.1.0/pimp-my-array.min.js"></script>
You want to participate
Feel free to make pull request and report any issues you encounter.