Random coding utilities
Generates DB dummy data
Generates a fake user given basic parameters
This will generate an insertable JSON collection based on a model input
- 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