SuchyS
Deno12mo ago
Suchy

Expose package scripts

Hey, I'd like to run a script which is in one of installed packages. Something like (fake syntax)
deno amazingFramework list
. Where
list
is the script and
amazingFramework
is name of package. Node deals with that with
bin
in package.json and .bin directory.

Is it possible to do similar thing in deno?
Was this page helpful?