Closed sogaiu closed 1 year ago
This PR is an attempt to address #74 by adding a new-exe-project subcommand.
new-exe-project
It includes changes to jpm/scaffold.janet and jpm/commands.janet.
jpm/scaffold.janet
jpm/commands.janet
jpm/scaffold.janet:
exe-project-template
scaffold-project
jpm/commands.janet:
help
scaffold/scaffold-project
subcommands
LGTM.
This PR is an attempt to address #74 by adding a
new-exe-project
subcommand.It includes changes to
jpm/scaffold.janet
andjpm/commands.janet
.jpm/scaffold.janet
:exe-project-template
scaffold-project
to accomodate the new templatejpm/commands.janet
:help
to mention the new subcommandnew-exe-project
function that invokesscaffold/scaffold-project
appropriatelysubcommands
definition