feat(cli): new cli
fixes: https://github.com/samchon/typia/issues/1214 fixes: #1186
This PR is re-implementation of typia cli.
Looks beautiful so please check this out
To execute the new cli
pnpm i
pnpm build
pnpm cli
New dependencies detected. Learn more about Socket for GitHub ↗︎
| Package | New capabilities | Transitives | Size | Publisher |
|---|---|---|---|---|
| npm/[email protected] | None | +2 |
132 kB | hirokiosame |
| npm/[email protected] | environment | 0 |
228 kB | pi0 |
| npm/[email protected] | None | 0 |
27.9 kB | antfu |
| npm/[email protected] | Transitive: filesystem | +3 |
252 kB | superchupu |
@samchon
- the reason I use ESM for
bin/typia.mjsis that esm can use top-level await. this is more readable. - I'll refactor the code to use namespace import (instead of namespace). give me some times. Thank you for reviewing as always
Oops, just hope to revive the namespace. Too much change for me.
Oh, Okay, so I'll use namespace :) However, this is a reminder that namespace is becoming less and less recommended, because namespace is a typescript-specific grammer .
@samchon I refactored, but I'm sorry that I am not used to using namespace. If my code is hard to read for you, please modify it. And any questions are welcome
Oh you implemented for LLM? thank you
Oh you implemented for LLM? thank you
Not yet but soon. It's the reason of 2 weeks later's v6.10 publlishing.
@samchon
If you want me to implement this llm modules(or transfer my typiautil implementation into typia), create an issue and assign me!
If you implement it, never mind