0.1.30 • Published 12 months ago

typescript-to-swagger v0.1.30

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Generate swagger file automaticaly from typescript for express node.js.

No need any js-doc comments for swagger documentation! Only typescript interfaces!

image

Very simple usage

generateSpecAsync({ dir: ['./src/controller', './src/enum', './src/model'] }).then((spec) => {
    fs.writeFileSync(path.resolve('../spec.json'), JSON.stringify(spec));
});
0.1.30

12 months ago

0.1.29

1 year ago

0.1.27

1 year ago

0.1.26

1 year ago

0.1.25

1 year ago

0.1.24

1 year ago

0.1.23

1 year ago

0.1.22

1 year ago

0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.16

1 year ago

0.1.14

1 year ago

0.1.12

1 year ago

0.1.10

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago