Sethu
Sethu2y ago

Best way to compile & distribute a Deno CLI program?

Hey! I made a Deno CLI I would like to share, It is a CLI program that I would like the user to install. What is the best way about doing this? I would like this CLI to be installed globally as well, and cross platform.
2 Replies
Esente
Esente2y ago
Deno
deno compile | Manual | Deno
If you omit the OUT parameter, the name of the executable file will be inferred.
Esente
Esente2y ago
To let others install globally, their machine needs to have Deno installed.

Did you find this page helpful?