Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address #74 - add new-exe-project subcommand #75

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

sogaiu
Copy link

@sogaiu sogaiu commented Jun 1, 2023

This PR is an attempt to address #74 by adding a new-exe-project subcommand.

It includes changes to jpm/scaffold.janet and jpm/commands.janet.

jpm/scaffold.janet:

  • Addition of a new template named exe-project-template
  • Change the logic a bit in scaffold-project to accomodate the new template

jpm/commands.janet:

  • Modify the usage string in help to mention the new subcommand
  • Addition of a new-exe-project function that invokes scaffold/scaffold-project appropriately
  • Add key-value pair for new subcommand in subcommands definition

@bakpakin
Copy link
Member

bakpakin commented Jun 2, 2023

LGTM.

@bakpakin bakpakin merged commit 256bb2f into janet-lang:master Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants