APIDevTools / swagger-cli

Swagger 2.0 and OpenAPI 3.0 command-line tool
https://apitools.dev/swagger-cli
MIT License
516 stars 68 forks source link

conflict with bin name and swagger-node #5

Closed dusty closed 7 years ago

dusty commented 8 years ago

The swagger-node package uses swagger for one of its bin commands, which conflicts with this one. Causes an issue if you install both globally.

https://raw.githubusercontent.com/swagger-api/swagger-node/master/package.json

yongdange commented 8 years ago

Yes, I met the exact same problem for naming conflict.

How about change to swagger-cli?

JamesMessinger commented 8 years ago

Yep. Good point. I'll change the command name in the next release.