cacjs / cac

Simple yet powerful framework for building command-line apps.
MIT License
2.65k stars 104 forks source link

Publish TypeScript source for Deno #79

Closed egoist closed 3 years ago

egoist commented 4 years ago

Currently you have to manually type cac in Deno using // deno-types="https://unpkg.com/cac/mod.d.ts". I think we can actually get rid of all the Node.js dependencies and publish TypeScript source code so you can directly use it in Deno.

egoist commented 3 years ago

Done.