Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "nswag", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"optionalDependencies": {}, | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -10,4 +10,6 @@ NSwag is a Swagger 2.0 API (OpenAPI) toolchain for .NET, Web API, TypeScript (jQuery, AngularJS, Angular 2, Aurelia, KnockoutJS, and more) and other platforms, written in C#. The Swagger specification uses JSON and JSON Schema to describe a RESTful web API. The NSwag project provides tools to generate Swagger specifications from existing ASP.NET Web API controllers and client code from these Swagger specifications. | ||
Global installation: | ||
### Global installation | ||
Install the package globally: | ||
npm install nswag -g | ||
@@ -18,3 +20,13 @@ | ||
nswag help | ||
### Project installation | ||
Install the package for the current project: | ||
npm install nswag --save-dev | ||
Show available commands: | ||
"node_modules/.bin/nswag" help | ||
## Development | ||
@@ -21,0 +33,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5264029
43