mulesoft / osprey-cli

The Command Line Interface (CLI) scaffolding tool to generate Osprey-based applications, ideally from a pre-defined RAML API spec, with just a single command.
Other
18 stars 8 forks source link

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

Open dmartinezg opened 10 years ago

dmartinezg commented 10 years ago

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 10 years ago

Marking this as an enhancement.

jcenturion commented 10 years ago

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