-
Notifications
You must be signed in to change notification settings - Fork 23
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
No subcommand to create project with create-executable
#74
Comments
I had the same thought when reading the discussion. |
I guess one relatively simple idea would be another subcommand like |
How about |
Yeah, may be those are nicely shorter names, perhaps fitting for the situation of quickly wanting to make a small executable :) Though with such names I might expect a (declare-project
:name "fun"
:description "Nice name"
:version "0.0.0")
(declare-executable
:name "fun"
:entry "fun/init.janet") |
On a side note, the file Anyway, I'll see if I can put together a draft PR using the name Possibly the Another name can be chosen if discussion indicates there is a better choice. |
#75 has been created. |
Address #74 - add new-exe-project subcommand
As noted in this discussion:
I agree that it would be nice for there to be some convenient way to create a new project that by default has an appropriate
create-executable
form in it.I don't know whether that should be
new-project
, hence this issue instead of a PR.The text was updated successfully, but these errors were encountered: