3.0.0 • Published 1 year ago

hmpo-config v3.0.0

Weekly downloads
29
License
MIT
Repository
github
Last release
1 year ago

Usage

const config = require('hmpo-config');

config.addFile('filename.json');
config.addFile('filename.json5');
config.addFile('filename.yaml');
config.addString('{ config: "value" }');
config.addConfig({ config: 'value' });
config.addScript('config = "value";');

let result = config.toJSON();
3.0.0

1 year ago

2.2.2

1 year ago

2.2.1

2 years ago

2.2.0

3 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

5 years ago

1.0.0

7 years ago