1.0.1 • Published 5 years ago

chance-dotfile v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

chance-dotfile Build Status

A Chance.js mixin to generate a dotfile.

Install

NPM

$ npm i chance-dotfile

Yarn

$ yarn add chance-dotfile

Usage

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

License

MIT © Michael Novotny

1.0.1

5 years ago

1.0.0

7 years ago