20

That moment when you found a perfect npm package but there's no f*cking docs whatsoever

Comments
  • 2
    You can always check the code. But yeah that sounds annoying.
  • 4
    > well shit, I hate when people don't write a `README.md`!!
    > oh looks like they have tests! Lets see

    > describe('testing', function() {
    > it('tests the tests', function() {
    > expect('to see').something.useful();
    > expect('to').be.disappointed();
    > })
    > })

    ..and that's mocha+chai for yah
  • 0
    Why would you use it if there's no docs? That would make it the least perfect npm of all.
  • 1
    @rozzzly All I see is blank tests from generators, and I apparently needed that module.. sigh.
Add Comment