A Chance.js mixin to generate a dotfile.
$ npm i chance-dotfile
$ yarn add chance-dotfile
import Chance from 'chance';
import dotfile from 'chance-dotfile';
const chance = new Chance();
chance.mixin({
dotfile
});
chance.dotfile();
By default, chance-dotfile
will return a randomly generated a dotfile.
Example: .random
MIT © Michael Novotny