Specifying default script configuration
Is there an equivalent to Python's Setuptools
Currently the install command for one of my package CLIs looks like:
I don't know if there is some way of specifying all of this in
And have it set the name, permissions, and endpoint from the configration.
project.scripts for deno.json?Currently the install command for one of my package CLIs looks like:
I don't know if there is some way of specifying all of this in
deno.json so people can just install the package with something simple like:And have it set the name, permissions, and endpoint from the configration.
