Scaffolding should include the option to use the git instead of npm package
Opened this issue · 2 comments
dmartinezg commented
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"
}
}
3miliano commented
Marking this as an enhancement.
jcenturion commented
I already added support for bower for apikit-node repository. So, now you can use bower install git@github.com:mulesoft/apikit-node.git.