-
Notifications
You must be signed in to change notification settings - Fork 0
Externalize Decorators #107
Copy link
Copy link
Open
Labels
availableAssign yourself to it!Assign yourself to it!help wantedIt's too dangerous to go aloneIt's too dangerous to go aloneroadmapAt the moment, contributors think it will be eventually doneAt the moment, contributors think it will be eventually done
Milestone
Metadata
Metadata
Assignees
Labels
availableAssign yourself to it!Assign yourself to it!help wantedIt's too dangerous to go aloneIt's too dangerous to go aloneroadmapAt the moment, contributors think it will be eventually doneAt the moment, contributors think it will be eventually done
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