jakeleboeuf / contributor

A simple Node.js module to add git contributors to your package.json.
http://npmjs.org/package/contributor
20 stars 4 forks source link

Custom Properties #2

Open jakeleboeuf opened 10 years ago

jakeleboeuf commented 10 years ago

Are "hireable" and "contributions" useful/valid properties to list? Does anybody really care about that stuff?

jakeleboeuf commented 10 years ago

What about formating contributions as Commits / Additions / Deletions instead of simply commits?

...
"contributors": [
    {
      "name": "Jake LeBoeuf",
      "email": "dev@jakeleboeuf.com",
      "url": "https://github.com/jakeleboeuf",
      "contributions": "6 commits / 133,546 ++ / 156 --",
      "hireable": true
    }
 ]
agentmilindu commented 6 years ago

Hi @jakeleboeuf, is there a way we can tell what properties to add to the contributors list without changing the code? I don't want to have "hireable" and "contributions".