@dimkl/config
v0.1.1
Published
Load config to class props
Downloads
1
Readme
Config
@dimkl/config
is a dependency-free JS library for initialization a configuration instance or class.
Installation
Use the package manager npm to install @dimkl/config
npm install @dimkl/config
Requirements & limitations
- node >= 18.17
- typescript decorators support enabled in tsconfig using
"experimentalDecorators": true
Usage
Examples can be found in examples/
folder.
Testing
Run tests
npm test
Support
For feature request or issues contact me via email or open an issue in repo
Publish
npm version {patch|minor|major}
npm publish
Roadmap
TODO
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.