Suggestion: Make the template bootstrappable #17
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
For example, see how JetBrains made their template for new plugins:
https://github.com/JetBrains/intellij-platform-plugin-template#getting-started
Basically, upon the instantiation from the template a special CI runs, which updates the README, configuration and self-destructs itself, such that after that initial bootstrap CI run it won't be there in the repo anymore to not mess it up.
Additionally, the template comes with many convenient things, such as:
Although some of the things are already present, those are lacking:
@tact-lang/deployer
is somewhat outdatedThe text was updated successfully, but these errors were encountered: