Using NUKE for Cross-Platform Build Scripts
Making Complex Build Scripts More Intuitive and Easier to Maintain
Aug 15, 20214 min read262
Search for a command to run...
Series
In this series I take a look at different Open Source projects and how/why to use them.
Making Complex Build Scripts More Intuitive and Easier to Maintain
Bogus is a .Net library for generating test data that uses the datasets of faker.js. This goes a few steps beyond simply accessing random entries from a collection and using them in a test. Bogus facilitates writing generators with complex rulesets t...