diff options
| author | Daniel Bannert <[email protected]> | 2022-05-23 19:42:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-23 19:42:52 +0200 |
| commit | 2a6003f5fe15b79d361ed4f0d7b3c2b8ec98bfab (patch) | |
| tree | c831174c2b59d5fed7110d441546726713365635 /README.md | |
| parent | 1793385c1ea7b7db349720c7bab20ac9765e9200 (diff) | |
| download | faker-2a6003f5fe15b79d361ed4f0d7b3c2b8ec98bfab.tar.xz faker-2a6003f5fe15b79d361ed4f0d7b3c2b8ec98bfab.zip | |
feat: added sponsor and community members to the readme (#986)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -195,8 +195,22 @@ const secondRandom = faker.datatype.number(); console.log(firstRandom === secondRandom); ``` +## Sponsors + +Faker is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers + +### Sponsors + + + +### Backers + + + ## Contributing +Please make sure to read the [Contributing Guide](https://github.com/faker-js/faker/blob/main/CONTRIBUTING.md) before making a pull request. + ### Building Faker The project is being built by [esbuild](https://esbuild.github.io) (see [bundle.ts](scripts/bundle.ts)) @@ -244,6 +258,20 @@ pnpm run docs:serve # Serve docs from /dist The website is kindly hosted for free by the Netlify team under their Open Source plan. See the [netlify.toml](netlify.toml) for configuration. +### Thank you + +Thank you to all the people who already contributed to Faker! + +<a href="https://github.com/faker-js/faker/graphs/contributors"><img src="https://opencollective.com/fakerjs/contributors.svg?width=800" /></a> + ## What happened to the original faker.js? Read the [team update](https://fakerjs.dev/update.html) (January 14th, 2022). + +## Changelog + +Detailed changes for each release are documented in the [release notes](https://github.com/faker-js/faker/blob/main/CHANGELOG.md). + +## License + +[MIT](https://github.com/faker-js/faker/blob/main/LICENSE) |
