Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the
README.md
andTODO.md
files, as well as changes to various template files to add support for the Nest.js framework and adjust the scope of several templates. The most important changes include the addition of thenestjs
template, updates to the scope of existing templates, and the introduction of a new utility function to empty directories.Documentation Updates:
README.md
: Addednestjs
to the list of templates and updated the scope of several templates to "workspace". [1] [2] [3] [4]TODO.md
: Added TODOs fornestjs
and other templates indicating that repo support is not available at the moment.Template Changes:
packages/core/src/template.ts
: Addednestjs
to the core templates list.packages/templates/src/index.ts
: Exportednestjs
from the templates index.packages/templates/src/nestjs.ts
: Added a new template fornestjs
with a function to scaffold a Nest.js server app.Utility Functions:
packages/core/src/directory.ts
: Added a new functionemptyDirectory
to remove all files from a directory and recreate it.Scope Adjustments:
packages/templates/src/angular.ts
: Changed the scope of theangular
template to "workspace" and added a TODO comment.packages/templates/src/cra.ts
: Changed the scope of thecra
template to "workspace" and added a TODO comment.packages/templates/src/next.ts
: Changed the scope of thenext
template to "workspace", added--turbopack
and--yes
options, and added a TODO comment. [1] [2]packages/templates/src/sanity.ts
: Changed the scope of thesanity
template to "workspace" and added a TODO comment.