bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Feature/1.0.0/structure #99

Closed tjbenton closed 7 years ago

tjbenton commented 7 years ago

This updates the index.js file to be cli.js and the generator.js to be index.js. It also adds documentation for all of the utils along with complete unit tests, and ci integration. Doing the unit tests for the utils revealed several issues with the various language parsers that are being used. This PR fixes those inconsistencies, which will make it easier to convert data between the different languages that were supporting. It also removes yarn because it breaks everything from a simple binary not being there, not resolving to the correct commit in a github package and not building couchbase correctly.

Resolves tests for util in #90 Resolves documentation for utils in #97 Resolve restructure for utils in #98