manovotny / chance-dotfile

A Chance.js mixin to generate a dotfile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Chance.js mixin to generate a dotfile.

License:MIT License


Languages

Language:JavaScript 100.0%