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?1 replies