Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcelestino/user-data-generator
Create .csv file with user data information using Faker.js
https://github.com/tcelestino/user-data-generator
Last synced: about 9 hours ago
JSON representation
Create .csv file with user data information using Faker.js
- Host: GitHub
- URL: https://github.com/tcelestino/user-data-generator
- Owner: tcelestino
- Created: 2021-12-21T14:11:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T06:33:06.000Z (about 3 years ago)
- Last Synced: 2023-03-14T02:40:21.741Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Data Generator
Create .csv file with user data information using Faker.js
## Dependencies
- [Faker.js](https://github.com/Marak/Faker.js#readme)
- [Export CV](https://github.com/alexcaza/export-to-csv#readme)
- [nodemon](https://nodemon.io/)## Installation
```bash
yarn
```## Usage
```bash
yarn start
```## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Credits
@tcelestino
## Contributors
* [@aurelioluiz](https://github.com/aurelioluiz)
## License
MIT