Replies: 9 comments
-
I thought about this too. The only reason we chose this method was because the alternative is extremely non-user friendly. It would take a simple task and give it extra steps. Though I am aware the Deno community doesn't like the idea of another
That said, the source code is still completely independent and would function perfectly fine without this information. The primary purpose of Finally, what would the difference be if adding configuration arguments in the CLI was an option? |
Beta Was this translation helpful? Give feedback.
-
First publish: interactive prompt. Further edits on web |
Beta Was this translation helpful? Give feedback.
-
We won't have time to implement this immediately for 0.1.0, but I'll leave this issue opened so we can come back to this in the future. |
Beta Was this translation helpful? Give feedback.
-
We have received more feedback from several people against the idea of the In addition, we'd like to come to a general consensus between the authors, contributors, and package developers on this topic. |
Beta Was this translation helpful? Give feedback.
-
I think while .eggignore is not as user friendly, in the long run we would benefit from it greatly. Removing the egg.json and combining the cli and the . eggignore file (which would be optional) would be the best to align with the deno philosophy |
Beta Was this translation helpful? Give feedback.
-
Coming at this from a not-very-experienced-with-Deno perspective, why is a My line of thought is that everything being exported should be defined in It'd be awesome to have a sort of config-less registry that just grabs your code in its Deno style and does its thing, though I see that the essential |
Beta Was this translation helpful? Give feedback.
-
@jpwilliams I see your point. Maybe we could just require everyone to use something like this in their entry file/
|
Beta Was this translation helpful? Give feedback.
-
This is another really interesting idea. I assume that some users may get angry at the fact that they have to "crowd" their module code with these variables. Although, it would be a great alternative for the people who don't mind this and want to get rid of |
Beta Was this translation helpful? Give feedback.
-
I agree. Maybe optionally it could be beneficial. We'd have to find a solution to mark the entry file though.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed the employment of an
egg.json
file with the CLI. This violates the Deno philosophy of making the source code independent of a package manager. I propose we use a.eggignore
file to ignore files for upload and move the configuration of the package to the website, with the option of initial configuration being present on the first publish with the CLI as well.Beta Was this translation helpful? Give feedback.
All reactions