mirror of
https://github.com/zerotier/zerotier-one-api-spec.git
synced 2026-05-22 16:29:58 -07:00
Generate the version automatically. keep them in step with the npm package version which is also the github release tag/version. Which is "semver" there's currently no straigtforward way to compile time send variables into a spec. So we generate a variables.tsp file from a "template" The template is `printf 'alias Version = \"%s\";\n' $npm_package_version > variables.tsp``
7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
/node_modules/
|
|
/tsp-output/
|
|
/.DS_Store
|
|
/dist/
|
|
.DS_Store
|
|
variables.tsp
|