https://github.com/templum/decorators
This is a nice utility library offering a set of decorators that provide various functionalities. The decorators are implemented as ECMAScript Decorators.
https://github.com/templum/decorators
es6-decorators esmodule javascript-registry jsr typescript typescript-decorators typescript-library
Last synced: about 1 month ago
JSON representation
This is a nice utility library offering a set of decorators that provide various functionalities. The decorators are implemented as ECMAScript Decorators.
- Host: GitHub
- URL: https://github.com/templum/decorators
- Owner: Templum
- License: apache-2.0
- Created: 2024-03-03T11:30:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T00:42:59.000Z (4 months ago)
- Last Synced: 2025-01-24T13:11:18.094Z (3 months ago)
- Topics: es6-decorators, esmodule, javascript-registry, jsr, typescript, typescript-decorators, typescript-library
- Language: TypeScript
- Homepage: https://jsr.io/@templum/decorators
- Size: 345 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @templum/decorators
[@templum/decorators](https://jsr.io/@templum/decorators) is a nice utility library offering a set of decorators that provide various functionalities.
The decorators are implemented as [ECMAScript](https://github.com/tc39/proposal-decorators) Decorators, which means they can be leverages without enabling the `--experimentalDecorators` flag. This libary is so far only verified with NodeJS, please reach out if you were able to succesfully consume it in another runtime.## Documentation
This libary is published on the JavaScript Registry ([JSR](https://jsr.io/)). Hence the documentation is generated.
* [Install Instructions](https://jsr.io/@templum/decorators)
* [General Documentation](https://jsr.io/@templum/decorators/doc)## Bug Reporting & Feature Requests
Please make use of the available templates to report bugs or request features via the [Issues Tab](https://github.com/Templum/decorators/issues).