1.1.5 • Published 3 years ago

contributors-gen v1.1.5

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

contributors-gen

contributors-gen generates a CONTRIBUTORS file and can be used on GitHub repositories.

API

Install:

npm install --save contributors-gen

Importing:

const contributorsGen = require('contributors-gen');

Using:

contributorsGen({
  write /* boolean: Whether to write to the file or not (default: false) */,
  includeBots /* boolean: Whether to include bots in the results or not (default: false) */,
  comments /* array|string: The comments to prepended at the top (default: []) */,
  fileName /* string: The filename to write to, if writing enabled (default: 'CONTRIBUTORS') */,
  sort /* string|function: The method in which to sort the results (default: 'abc') */
});
1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago