dotfile-config
get and set dotfile as a json config
Last updated 10 years ago by dead_horse .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install dotfile-config 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.0.1                                ...           latest (10 years ago)

2 Versions

  • 1.0.1                                ...           10 years ago
  • 1.0.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |