A starter bash script to remove ember pods. Isn't recursive down nested pods
and doesn't fix import
paths in the actual files, but this was a good enough
start for me and I did the rest manually.
#!/usr/bin/env bash
mkdir -p app/models
mkdir -p app/controllers
mkdir -p app/routes