mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 06:08:39 +01:00
374 B
374 B
How to create new package?
- Use
yarn generate-package your-package-name- it will generate package boilerplate inpackages/your-package-name.
How to use this new package?
- Place this package to dependency field to package.json in package where you want to use it.
- Run
yarn refsto generate tsconfig refs. - Run
yarnto let yarn symlink this package.