3.0.7 • Published 5 years ago

the-setting v3.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

the-setting

Build Status npm Version JS Standard

Setting manager for the-framework

Installation

$ npm install the-setting --save

Usage

'use strict'

const theSetting = require('the-setting')

async function tryExample () {
  const setting = theSetting('.setting.json', {
    foo: 1
  })

  setting.set({foo: 2})

  console.log(setting.get('foo')) // -> 2
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

3.0.7

5 years ago

3.0.6

5 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.0

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago