File tree 2 files changed +39
-0
lines changed
2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ <h1 align =" center " >Sponsors & ; Backers</h1 >
2
+
3
+ Faker is an MIT-licensed open source project with its ongoing development made possible entirely by the support of the awesome sponsors and backers listed in this file. If you'd like to join them, please consider [ sponsor Faker development] ( https://opencollective.com/fakerjs ) .
4
+
5
+ ### Sponsors
6
+
7
+ ![ ] ( https://opencollective.com/fakerjs/organizations.svg )
8
+
9
+ ### Backers
10
+
11
+ ![ ] ( https://opencollective.com/fakerjs/individuals.svg )
Original file line number Diff line number Diff line change @@ -195,8 +195,22 @@ const secondRandom = faker.datatype.number();
195
195
console .log (firstRandom === secondRandom);
196
196
```
197
197
198
+ ## Sponsors
199
+
200
+ Faker is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers
201
+
202
+ ### Sponsors
203
+
204
+ ![ ] ( https://opencollective.com/fakerjs/organizations.svg )
205
+
206
+ ### Backers
207
+
208
+ ![ ] ( https://opencollective.com/fakerjs/individuals.svg )
209
+
198
210
## Contributing
199
211
212
+ Please make sure to read the [ Contributing Guide] ( https://github.com/faker-js/faker/blob/main/CONTRIBUTING.md ) before making a pull request.
213
+
200
214
### Building Faker
201
215
202
216
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
244
258
245
259
The website is kindly hosted for free by the Netlify team under their Open Source plan. See the [ netlify.toml] ( netlify.toml ) for configuration.
246
260
261
+ ### Thank you
262
+
263
+ Thank you to all the people who already contributed to Faker!
264
+
265
+ <a href =" https://github.com/faker-js/faker/graphs/contributors " ><img src =" https://opencollective.com/fakerjs/contributors.svg?width=800 " /></a >
266
+
247
267
## What happened to the original faker.js?
248
268
249
269
Read the [ team update] ( https://fakerjs.dev/update.html ) (January 14th, 2022).
270
+
271
+ ## Changelog
272
+
273
+ Detailed changes for each release are documented in the [ release notes] ( https://github.com/faker-js/faker/blob/main/CHANGELOG.md ) .
274
+
275
+ ## License
276
+
277
+ [ MIT] ( https://github.com/faker-js/faker/blob/main/LICENSE )
You can’t perform that action at this time.
0 commit comments