osprey-cli icon indicating copy to clipboard operation
osprey-cli copied to clipboard

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

Open dmartinezg opened this issue 11 years ago • 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": "[email protected]:mulesoft/osprey.git"
  }
}

dmartinezg avatar Jan 31 '14 15:01 dmartinezg

Marking this as an enhancement.

3miliano avatar Jan 31 '14 16:01 3miliano

I already added support for bower for apikit-node repository. So, now you can use bower install [email protected]:mulesoft/apikit-node.git.

jcenturion avatar Feb 04 '14 04:02 jcenturion