alshdavid / BorrowScript

TypeScript with a Borrow Checker. Multi-threaded, Tiny binaries. No GC. Easy to write.
1.45k stars 16 forks source link

CLI plan and CLI tools #12

Closed alshdavid closed 1 year ago

alshdavid commented 3 years ago

What will the CLI look like and what tools will be included?

SuperSonicHub1 commented 3 years ago

Let's have all of these tools accessible from a single binary, like Deno.

On Thu, Sep 30, 2021, 8:18 AM David Alsh @.***> wrote:

What will the CLI look like and what tools will be included?

  • Compiler (obviously)
  • Test runner (and test framework/assertions/etc)
  • Linter
  • Documentation generation (thanks Go for setting the bar 😄)
  • Task runner (think npm scripts)
  • Module management

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alshdavid/TypeScriptBC/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGDQCMVDI5TH564WDSFOVLLUERISRANCNFSM5FCGGHPA .

alshdavid commented 3 years ago

Definitely agree with the single binary

hugojosefson commented 3 years ago

Oh, and please a formatter. That's one thing I love about Deno and Rust!