model-citizen
model-citizen copied to clipboard
Create Blueprint helpers
Helper methods to make creating blueprints easier, such as
- Unique ID generator
- Unique Email generator
- Incremented Integer
:+1:
for 1) we do something naive right now where we create a constructor callback that increments ID fields via a static mutable counter. Pretty lame. Would be awesome to have first hand support for this in the lib.