Project Templates supported in `@workspace /new`
The @workspace /new command now offers a selection of sample projects curated from GitHub repositories to use as starter workspace templates.
We would like to invite users to contribute suggestions for GitHub repositories with examples they wish to see included.
Not a template I am missing, but a bug in a current template. I ask for a nodeJS/express REST service like this:
The result is JavaScript classes that use
static methods. This is unusual. But what is worse, in most cases, the class with static methods is instantiated as something like const controller = new Controller(), which breaks the static methods. (In JS, static methods are not available on the instances, only on the class!)
Is there a way to see which templates are used for inspiration? Is there a way to change these templates?
@mjhcorporate we do not currently have a mechanism to change the templates or provide a repository to use as a template. If you would like to contribute to the project templates we should consider, please respond in the comments. Thank you.