An open API service indexing awesome lists of open source software.

https://github.com/webcooltz/utilities

Random coding utilities
https://github.com/webcooltz/utilities

Last synced: about 1 year ago
JSON representation

Random coding utilities

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