mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 14:06:25 +01:00
383 B
383 B
How to create new package?
- Use
yarn generate-package @scope/new-package-name- it will generate package boilerplate inscope/new-package-namefolder.
How to use this new package?
- Place this package to dependency field of package.json in package where you want to use it.
- Run
yarn refsto generate tsconfig refs. - Run
yarnto let yarn symlink this package.