feat: make template Sanity CLI ready #46
Merged
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.
👋 We've introduced a way to init a template using the Sanity CLI. In order for this to work the template has to follow a small set of rules, which your template almost does with the exception of
.env.example
that contains spaces around the equal signs, not a part of the .env spec.In addition we have also introduced some tooling to make sure your template is always valid. A GitHub action will run on every push to validate that the template follows the required conventions. You may read more about this in our WIP documentation, in this repo's README.
Usage
With this change you'll be able to initialize this template by running:
or shorthand:
Testing
You can test this out by running this against my fork here: