0.3.0 • Published 7 years ago

miff v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

miff

NPM Version Build Status

minimal configuration file format

key = value

[section1]
key = another value
number = 1.2
array = [item, "more item", [even, more]]

[section2.bools]
feature = on
boolean = off
on = true
off = false

usage

const miff = require('miff')

parsing from string

const cfg = miff.parse(input)

generating string from object

const string = miff.stringify(object)
0.3.0

7 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago