@yunzhi/utils
v0.0.7
Published
utils for yunzhi
Downloads
33
Readme
Utils for yunzhi
Installation
npm install @yunzhi/utils
How To Test
npm install
tsc && npm pack
npm link
- to target project run:
npm link @yunzhi/utils
how to publish
tsc && npm pack
npm login
npm publish --access=public
thanks for :
- https://github.com/google/gts
- https://www.realpythonproject.com/how-to-package-existing-typescript-project-and-release-it-on-npm-in-5-steps/