1 2 3 4 5 6 7 8 9 10 11 12 13
gen: python -m py_generate all cargo fmt cd ts && npm run build cp readme.md ts/README.md cp LICENSE ts/LICENSE npm-publish: gen cd ts && npm publish cargo-publish: gen cargo publish