This fork is NOT available on npm, below downloads are of the project this was forked from, the downloads are NOT for this fork!!! This is a fork that instead of making a box with a random fact will return a string with the fact
Make your build tasks a little more interesting, with a random fact!
npm i --save random-factvar fact = require('random-fact');
fact();gulp.task('random-fact', cb => {
require('random-fact')();
cb();
});Use the webpack plugin wrapper: https://github.com/Rhym/webpack-random-fact
