LukeMoody01 / mason_bricks

A collection of bricks that enable developers to be more productive when writing code.
MIT License
109 stars 43 forks source link

feat: Change model format to split on ' ' instead of '/' #3

Closed LukeMoody01 closed 2 years ago

LukeMoody01 commented 2 years ago

Description

As a developer, I would like to type my model format like -> 'String myString' instead of 'String/myString'.

Desired Solution

Instead of splitting at '/' we would need to split at ' '.

Additional Context

Very easy change :)

LukeMoody01 commented 2 years ago

Done and in version 0.3.7 of model brick: https://brickhub.dev/bricks/model/0.3.7 🎉