We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support below commands automatically setting up typia.
typia
npx typia setup
Install typia, ttypescript, typescript and ts-node.
ttypescript
typescript
ts-node
Also, configure tsconfig.json too like npx typia config.
tsconfig.json
npx typia config
Configure tsconfig.json file to add plugin configuration.
Also, when vite.config.ts file be detected, configure it too.
vite.config.ts
npx typia start <directory>
Create boilerplate project that typia has been fully setted up.
The text was updated successfully, but these errors were encountered:
Complement #400 - install dependency
49ca89f
Merge pull request #409 from samchon/features/typia
44586f1
Close #400 - automatic setup CLI
Complement #400 - npx nestia setup command
npx nestia setup
0ba30a5
15528d0
samchon
No branches or pull requests
Support below commands automatically setting up
typia
.npx typia setup
Install
typia
,ttypescript
,typescript
andts-node
.Also, configure
tsconfig.json
too likenpx typia config
.npx typia config
Configure
tsconfig.json
file to add plugin configuration.Also, when
vite.config.ts
file be detected, configure it too.npx typia start <directory>
Create boilerplate project that
typia
has been fully setted up.The text was updated successfully, but these errors were encountered: