UNPKG

fakeit-facet

Version:

Command-line utility that generates fake data which can be output as JSON, YAML, CSON, or CSV formats based on models defined in YAML.

20 lines (16 loc) 234 B
sudo: false language: node_js node_js: - "5" - "6" - "7" - "8" - "9" cache: directories: - $HOME/.node-gyp - $HOME/.npm - node_modules install: make install script: make ci after_success: make post-coverage