We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The library chance.js supports passing parameters to certain types as documented in http://chancejs.com/.
For instance, it's possible to ask for an integer between say 1 and 100.
Is it possible to pass those parameters in the fony template?
For instance, I've tried many variations including:
fony -t '{"name": "name", "age": "integer{min:18, max:65}"}' -c 2
Which returns
[ { "name": "Marion Castillo", "age": null }, { "name": "Addie Robertson", "age": null } ]
Thanks for this great utility!
The text was updated successfully, but these errors were encountered:
+1 Thanks for the super awesome cli.
Sorry, something went wrong.
No branches or pull requests
The library chance.js supports passing parameters to certain types as documented in http://chancejs.com/.
For instance, it's possible to ask for an integer between say 1 and 100.
Is it possible to pass those parameters in the fony template?
For instance, I've tried many variations including:
Which returns
Thanks for this great utility!
The text was updated successfully, but these errors were encountered: