Skip to content
New issue

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

Auto rename template #102

Open
9 tasks
imranbarbhuiya opened this issue Nov 20, 2022 · 0 comments
Open
9 tasks

Auto rename template #102

imranbarbhuiya opened this issue Nov 20, 2022 · 0 comments
Labels

Comments

@imranbarbhuiya
Copy link
Owner

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:

  • change all the places where the name is required to ${{name}} and the same for the description
  • create the script to replace the name and description with the given name and description
  • remove all true || from workflows
  • parse the org name from the package name and use it in the .cliffjumperrc file
  • take -monorepo as input and set up the monorepo
  • a sub-package command that'll generate a new package inside of the monorepo
  • publish this template with the script only
  • add both normal and monorepo templates here
  • write logic to download template based on input

Alternative solutions or implementations

Do it manually

Other context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant