Swagger Gin
[DEPRECATED] Generate REST API boilerplate code for gin web framework
Install / Use
npx skills add aiyi/swagger-ginInstalls into whichever agent you are using.
README
[DEPRECATED]
Generate REST API boilerplate code from Swagger 2.0 API spec for gin web framework. Thanks to the go-swagger project, it's awesome and has been heavily used as code base of swagger-gin.
Usage
Install the package
go get github.com/aiyi/swagger-gin
<b> To generate source files (models, restapi and example operations) </b>
Use default spec file "./swagger.json" and default target directory "./":
swagger-gin
Use specific api spec:
swagger-gin -spec=petstore.json
Use specific target folder:
swagger-gin -spec=petstore.json -target=petstore
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
