You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to reorganize the source folder structure to be able to support multiple templates for being installed by the same Nuget package.
This will be required if we want to go ahead and use the same Nuget package to install the multiple templates that we're expecting to generate, like individual files from #27, or projects that are meant to be separated from the backend like #12 and #14 (which will eventually end up being totally separate solutions in order to decouple those web and mobile frontends from the backend generated by monaco-solution).
The text was updated successfully, but these errors were encountered:
Closes#28
Because of the new structure, the previous template shortcuts need to be
renamed, so this breaking change will be reflected in the version number
going to v2.0.
Also, as a consequence, the Nuget package is also intended to be
renamed, so the old one will be deprecated to give place to the new
-more generic- one.
We need to reorganize the source folder structure to be able to support multiple templates for being installed by the same Nuget package.
This will be required if we want to go ahead and use the same Nuget package to install the multiple templates that we're expecting to generate, like individual files from #27, or projects that are meant to be separated from the backend like #12 and #14 (which will eventually end up being totally separate solutions in order to decouple those web and mobile frontends from the backend generated by
monaco-solution
).The text was updated successfully, but these errors were encountered: