VulcanJS / vulcanjs-cli

The official cli scaffolding tool for VulcanJS
36 stars 9 forks source link

Generating packages does not work on projects not initiated with vulcanjs-cli #3

Closed ayhid closed 7 years ago

ayhid commented 7 years ago

I have a vulcan project cloned manually using git, when trying to generate a package using vulcanjs g package <project-name> I get this error This is not a Vulcan.js project directory.

mechanical-turk commented 7 years ago

@ayhid thanks for the report. This shows that we do need an --init function, just like @albancrommer suggested. I'll take a look soon.

mechanical-turk commented 7 years ago

vulcan init will now let update a non-cli vulcan project to a vulcan-cli-friendly one