mantrajs / mantra-cli

Command line interface for building Meteor apps with Mantra
MIT License
135 stars 34 forks source link

Snake case the collection name in lib/collections/index.js #55

Closed sungwoncho closed 8 years ago

sungwoncho commented 8 years ago
mantra g collection reposToAdd

results in

import Repostoadd from './repos_to_add';
...

in index.js.

The variable's name should be ReposToAdd.