0.0.42 • Published 8 years ago

flyacts-angular2-swagger-client-generator v0.0.42

Weekly downloads
58
License
APACHE
Repository
github
Last release
8 years ago

flyacts-angular2-swagger-apiclient-generator

Angular 2 API client generator from swagger json

Description

This package generates a angular2 typescript class from a swagger v2.0 specification file. The code is generated using mustache templates.

Updated to work with the release version of Angular2

How to get it working

Installation

  1. npm install flyacts-angular2-swagger-client-generator

or

  1. get it from github git clone https://github.com/flyacts/angular2-swagger-client-generator
  2. cd flyacts-angular2-swagger-client-generator
  3. npm install
  4. npm run build

Usage

From commandline run:

a2apigen -s [yopur/path/to/swagger.json]

or

a2apigen -u [url/of/your/swagger.json]

Example usage:

This command will generate API client described in swagger.json file to ./out folder

a2apigen -s .\tests\apis\swagger.json -o ./out

or from repository directory run:

node ./src/main -s .\tests\apis\swagger.json -o ./out

##Note: This project was inspired by:

swagger-js-codegen project

0.0.42

8 years ago

0.0.41

8 years ago

0.0.40

9 years ago

0.0.39

9 years ago

0.0.38

9 years ago

0.0.37

9 years ago

0.0.36

9 years ago

0.0.35

9 years ago

0.0.34

9 years ago

0.0.33

9 years ago

0.0.32

9 years ago

0.0.31

9 years ago

0.0.30

9 years ago