johnallen-chance
v0.0.1
Published
Chance - Utility library to generate anything random
Downloads
11
Maintainers
Readme
Chance
Chance - Random generator helper for JavaScript
Homepage: http://chancejs.com
Many more details on http://chancejs.com but this single library can generate random numbers, characters, strings, names, addresses, dice, and pretty much anything else.
It includes the basic building blocks for all these items and is built on top of a Mersenne Twister so it can generate these things with repeatability, if desired.
Usage
See the full docs for details on installation and usage.
Dependent tools
- Chance CLI - Use Chance on the command line.
- Chance Token Replacer - Replace tokens in a string with Chance generated items.
- Dream.js - Lightweight json data generator
- Fake JSON Schema - Use chance generators to populate JSON Schema samples.
- Mocker Data Generator - Minimal JSON data generator.
- swagger-mock-api - Generate API mocks from a Swagger spec file enriched with Chance types and constraints
- fony - A simple command line tool for generating fake data from a template string
Or view all of the dependents on npm
Know a library that uses Chance that isn't here? Update the README and submit a PR!
Victor Quinn
https://www.victorquinn.com @victorquinn
Please feel free to reach out to me if you have any questions or suggestions.
Contributors
THANK YOU!
Contribute!
Be a part of this project! You can run the tests using the following.
- Install dependencies from package.json by running
yarn install
- Run the tests via
npm run test:all
Adding new packages and or enhancing functionality of existing packages !
To add a new package like @chancejs/person or @chancejs/web you can run npm run package:create
To add functions to that (or any other) package you can run npm run function:create
These commands will scaffold all the boilerplate you need and get you working on logic straight away!
This project is licensed under the MIT License so feel free to hack away :)
Run Tests
Run tests for all packages with npm run test:all
Run test for individual package with yarn workspace @chancejs/${PACKAGE_TO_TEST} test
ie yarn workspace @chancejs/letter test
Proudly written in Washington, D.C. 🇺🇸
Shamelessly rewritten in TypeScript in Kilkenny, Ireland 🇮🇪