0.0.1-b • Published 5 months ago

server.props.js v0.0.1-b

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

server.props.js

Serialize / Deserialize minecraft server.properties without losing comments in files. My standard is no test no bug 😊. Everything is fine.

Serialize

const input = fs.readFileSync('./server.properties').toString()
serialize(input)
/*
Map {
    'key': 'value',
    ...
}
*/

Derialize

const input = fs.readFileSync('./server.properties').toString()
serialize(input).toString()
/*
key=value
...
*/
0.0.1-b

5 months ago

0.0.1-a

5 months ago

0.0.1

5 months ago