generator-ribs
v0.0.3
Published
e. l. i. o. With a yeoman generator, the elioWay
Downloads
1
Readme
e. l. i. o. With a yeoman generator, the elioWay
generator-ribs
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.
IN DEVELOPMENT!
Installing
Requirements
Seeing is Believing
npm install -g yo
npm install -g generator-ribs
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"