iron-meteor / iron-cli

A scaffolding command line tool for Meteor applications.
639 stars 82 forks source link

Migrate old project structures #52

Open cmather opened 10 years ago

cmather commented 10 years ago

As we move files around we need a way to upgrade from an existing project. This also applies to a barebones Meteor project (e.g. app.html, app.css, app.js) to an em/iron project structure.

Sivli-Embir commented 9 years ago

:+1: I had to troubleshoot a project today using and old em version. Would have saved some time and led to less Collectionundefined files.

cmather commented 9 years ago

I created a migrate command but it's only from em -> iron. We should have a robust way of doing this from meteor -> iron, or from different versions of iron.