Closed applejag closed 3 years ago
CHANGELOG.md
swag init
docs/docs.go
swag-force
This makes make serve, make tests, etc more useful, by only running if needed, as swag init takes so much time to run
make serve
make tests
Based on iver-wharf/wharf-api#84
CHANGELOG.md
file, according to docs: https://iver-wharf.github.io/#/development/changelogs/writing-changelogsSummary
swag init
in Makefile if thedocs/docs.go
file existsswag-force
target to Makefile that runs even if thedocs/docs.go
file existsMotivation
This makes
make serve
,make tests
, etc more useful, by only running if needed, asswag init
takes so much time to runBased on iver-wharf/wharf-api#84