chance-dotfile

1.0.1 • Public • Published

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

/chance-dotfile/

    Package Sidebar

    Install

    npm i chance-dotfile

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3.35 kB

    Total Files

    5

    Last publish

    Collaborators

    • manovotny