Externalize Decorators #107
Labels
available
Assign yourself to it!
help wanted
It's too dangerous to go alone
roadmap
At the moment, contributors think it will be eventually done
Milestone
Allow hubi to use decorators (from #106) which are not in this same repository.
For instance, configuring a required string to have a max length of 30 digits in a lot of domain files is boring, so allowing users to create a AlphanumericWithFixedLengthTo30 just for that project would avoid a lot of repeatition.
Useful link: nodejs.org/en/blog/npm/peer-dependencies
The text was updated successfully, but these errors were encountered: