We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, after using the template, I need to replace the name and description manually.
Add a script that'll take name and description as input and check all the files for ${{name}} and ${{description}} and it'll replace them all.
${{name}}
${{description}}
TODO:
true ||
.cliffjumperrc
-monorepo
Do it manually
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature
Currently, after using the template, I need to replace the name and description manually.
Ideal solution or implementation
Add a script that'll take name and description as input and check all the files for
${{name}}
and${{description}}
and it'll replace them all.TODO:
${{name}}
and the same for the descriptiontrue ||
from workflows.cliffjumperrc
file-monorepo
as input and set up the monorepoAlternative solutions or implementations
Do it manually
Other context
No response
The text was updated successfully, but these errors were encountered: