From now on, when you install and configure typia
through npx typia setup
command. you can specialize package manager by --manager
argument like below:
npx typia setup --manager npm
npx typia setup --manager pnpm
npx typia setup --manager yarn
What's Changed
- Fix typo by @sunrabbit123 in #417
- Close #418 - support
pnpm
andyarn
setup by @samchon in #419
New Contributors
- @sunrabbit123 made their first contribution in #417
Full Changelog: v3.4.7...v3.4.9