mulesoft/osprey-cli

Scaffolding should include the option to use the git instead of npm package

Opened this issue · 2 comments

So that we always use the lates apikit-node verison, at least for the development version, it would be useful for the scaffold to include a bower.json file such as:

{
  "dependencies": {
    "osprey": "git@github.com:mulesoft/osprey.git"
  }
}

Marking this as an enhancement.

I already added support for bower for apikit-node repository. So, now you can use bower install git@github.com:mulesoft/apikit-node.git.