https://github.com/webcooltz/utilities
Random coding utilities
https://github.com/webcooltz/utilities
Last synced: about 1 year ago
JSON representation
Random coding utilities
- Host: GitHub
- URL: https://github.com/webcooltz/utilities
- Owner: webcooltz
- Created: 2023-03-06T20:37:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T14:35:08.000Z (about 3 years ago)
- Last Synced: 2025-03-28T23:22:07.500Z (over 1 year ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# utilities
Random coding utilities
## DB-Generator
Generates DB dummy data
### User Generator
Generates a fake user given basic parameters
### Model Generator
This will generate an insertable JSON collection based on a model input
## To-do
* Find which model format is most common (Mongoose, etc.)
* How to use command line in your NPM package
* Allow user to give command line input (model file location)
* Make basic model generators based on common properties (firstName, password, etc.)
* Find out how to do typing for these (Number, String, etc.)
* Make generic model generators for less-common things (Lorem Ipsum)
* Allow user to use their own raw txt file to feed the model generator
* TypeScript functionality
* Publishing requirements
* Publish