deps-new

dorab 2021-10-09T15:40:24.072500Z

Fair enough. The "By default," part of the sentence misled me into thinking that there was some sort of parameter I could set during the template creation that would be more appropriate for an app.

seancorfield 2021-10-09T16:40:24.074200Z

The "by default" just means that is what the generated template would produce if used. Would love to have suggestions for clarifying that.

dorab 2021-10-09T01:40:55.068800Z

In the README.md for deps-new, in the Create a template section, it says "By default, the generated template project will work as a template that produces a library project.". How do I get deps-new to generate a template for an app project.

seancorfield 2021-10-09T02:20:46.069200Z

@dorab You edit the template after you generate it.

seancorfield 2021-10-09T02:21:30.070100Z

The idea is that the generated template project is a sketch for you to build whatever you want. Until you publish the (updated) template, it's not actually useful to anyone else.

seancorfield 2021-10-09T02:21:55.070600Z

If you want an application you could just create an application in the first place?