config-parser

A config parser you can use in your apps. It supports hot-reloading, yaml, ini, json and jsonc.

MIT License

Downloads
64
Stars
0

Bot releases are visible (Hide)

config-parser - 1.2.0 Latest Release

Published by Backiscute 4 months ago

  • Added listening to chokidar events.
  • Added isStarted property to check if the watcher is running.
config-parser - 1.1.1

Published by Backiscute 4 months ago

  • Added parsers and validators for folders.
  • Added parsers for custom extensions.
  • Added inspect custom.
config-parser - 1.0.2

Published by Backiscute 4 months ago

  • Fixed an issue that caused importing js files to fail.
config-parser - 1.0.1

Published by Backiscute 4 months ago

  • Added more debug logs in case you want to debug.
  • Corrected some mistakes in the README.md.
  • Made improvements to js import so instead of doing
const { default: ConfigHelper } = require("@backs/config-helper")

you can do

const ConfigHelper = require("@backs/config-helper")
config-parser - 1.0.0

Published by Backiscute 4 months ago

Just created the package.

Full Changelog: https://github.com/Backiscute/config-parser/commits/Prod

Package Rankings
Top 34.59% on Npmjs.org
Related Projects