mirror of
https://github.com/AlchemillaHQ/Sylve.git
synced 2026-06-14 00:46:34 +03:00
9446ef979a
docs/api: add swagger scripts: add README
20 lines
525 B
Markdown
20 lines
525 B
Markdown
# Scripts
|
|
|
|
These are some cool scripts that we've written to make our life easier.
|
|
|
|
## add_license.sh
|
|
|
|
This script adds a license to all files (.go and .ts specifically), this skips .svelte files as they are not supported yet.
|
|
|
|
## check_deps.sh
|
|
|
|
This script checks if all dependencies are installed and ready for use.
|
|
|
|
## generate_swagger.sh
|
|
|
|
This script generates a swagger file from the go code. This is useful for generating API documentation.
|
|
|
|
### License
|
|
|
|
Please see the [LICENSE](../LICENSE) file for more information.
|