Quickstart Contribute elioWay
elioWay

generator-ribs experimental

A set of generators to engage, list, iterate and optimize thing.json. Add and remove things from the List directly from the CLI. Update fields using the CLI.

You'd use it like this, assuming thing.json is in the same folder:

yo ribs:takeupT --identifier "Thing22" --name "Thing 22"
yo ribs:takeonT --identifier "SubThing1" --name "Sub Name 1"
yo ribs:takeonT --identifier "SubThing2" --name "Sub Name 2"
yo ribs:takeonT --identifier "SubThing3" --name "Sub Name 3"
yo ribs:unlistT --identifier "SubThing1"
yo ribs:updateT --identifier "SubThing3" --alternateName "BossMan"