- Version: v0.1.0
- Date: April 6th 2019
- Release notes
- GitHub repository
A utility for generating backer data exports, simulating a campaign.
- Clone this repository and run
composer update
first. - (Optional) Make
bin/generate
executable withchmod +x bin/generate
.
To see usage information, run the comment bin/generate --help
. Included in this repository is an example settings JSON document, settings.example.json
, which is used to seed the generator. It describes the campaign including funding, backers, rewards, surveys, and shipping data.
The quickest way to try this out is with the command:
bin/generate -s settings.example.json -o exampleCampaignData.zip
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
We encourage you to contribute to this project. Please check out the Contributing documentation for guidelines about how to get involved.
"Kickstarter Mock Campaign Data Generator" is released under the MIT License.