mantrajs / mantra-cli

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

create command app not working #81

Closed janikvonrotz closed 8 years ago

janikvonrotz commented 8 years ago

hey there, I've just tried to build an app with the create command. However, running the code nothing more than this happens:

C:\tmp> mantra create test -v
  create  test/
  invoke  init

the root folder is created without content.

If possible I would like to debug this and help with solving this issue as I really like this tool.

Did I miss something? Do other experience the same issue?

Also I'm using windows, I assume this can be a problem.

janikvonrotz commented 8 years ago

Problem solved:

C:\tmp> mantra c ./asdf
  create  asdf/
  invoke  init

needed a qualified path: https://github.com/shelljs/shelljs/issues/41