🎮 Amateur game developer (incompletionist)
🏳️🌈 / 🗽 NY+CT
Opinions are my own, 🐱 in banner is Jujubee
Autocomplete was the most demanded feature for our internal CLIs.
#JavaScript engines are fast enough to power completions on-the-fly; Stricli uses this for static & dynamic autocomplete.
Autocomplete was the most demanded feature for our internal CLIs.
#JavaScript engines are fast enough to power completions on-the-fly; Stricli uses this for static & dynamic autocomplete.
Commands are built in 2 parts (parsing + logic) then linked with ES dynamic imports.
This allows types to flow from the command to the parsing, while remaining decoupled for async lazy loading.
Commands are built in 2 parts (parsing + logic) then linked with ES dynamic imports.
This allows types to flow from the command to the parsing, while remaining decoupled for async lazy loading.