confy

0.1.4 • Public • Published

node confy

Manage settings library, like as pit.

Install

$ npm install confy

Usage

javascript code

Get config from current profile.

var confy = require('confy');
 
confy.get('twitter.com', { require: {
  username: '',
  password: ''
}}, function(err, result) {
  console.log(result);
});

If not set values, open setting your $EDITOR.

command line

set config

$ confy set twitter.com
open $EDITOR

get config

$ confy get twitter.com
{ username: 'xxx', password: 'xxx' }

switch profile

$ confy use develop

clean all datas

$ confy clean

Readme

Keywords

none

Package Sidebar

Install

npm i confy

Weekly Downloads

7

Version

0.1.4

License

none

Last publish

Collaborators

  • hokaccha