I went to create a container, accidentally did gluestick generate component something
and realized it would be nice to have a destroy method like Rails. I more or less copied what is in src/commands/generate.js
but modified it as needed.
Something to consider:
Steps 1 - 4 in destroy
and generate
are the same aside from the messages they log. Does that warrant possible extraction?