hubi icon indicating copy to clipboard operation
hubi copied to clipboard

Externalize Decorators

Open mvcds opened this issue 5 years ago • 0 comments

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

mvcds avatar Mar 28 '19 08:03 mvcds