1.0.3 • Published 4 years ago

rn_jsfileconfig v1.0.3

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

rn_jsfileconfig

biblioteca para generar archivos de configuracion en formato json

Para Instalar

npm i rn_jsfileconfig
//o
yarn add rn_jsfileconfig

Como se Usa

import rn_jsfileconfig from 'rn_jsfileconfig'

const Config = new rn_jsfileconfig({ configName: 'Conf',defaults: { HOST: "" }})
await Config.init()
await Config.set("HOST", 'https://github.com/gamalielmendez/rn-jsfileconfig')
console.log(Config.get('HOST')) //result https://github.com/gamalielmendez/rn-jsfileconfig
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago