osprey-cli
osprey-cli copied to clipboard
Scaffolding should include the option to use the git instead of npm package
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"
}
}
Marking this as an enhancement.
I already added support for bower for apikit-node repository. So, now you can use bower install [email protected]:mulesoft/apikit-node.git.