dotfile-config

1.0.1 • Public • Published

dotfile-config

NPM version Gittip

get and set dotfile as a json config

Installation

$ npm install dotfile-config

Usage

var config = require('dotfile-config')('.configrc');

config.set({
  foo: 'bar'
});

console.log(config.get()); // {foo: 'bar'}

License

MIT

/dotfile-config/

    Package Sidebar

    Install

    npm i dotfile-config

    Weekly Downloads

    4

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • dead_horse