[Suggestion] Choose template for update
See original GitHub issueOne feature I am in general missing in generate/update:
- Let’s say I have different project types
- Depending on the project type I’d like to add different templates for a
.gitignore
- Then I’d like to do something like
update editorconfig --t=gitignore_projectTypeA
(Then the templategitignore_projectTypeA
from~\templates
would be taken).
Is this something which is already possible resp. you are considering to implement?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top Results From Across the Web
10 Product Update Email Template Examples & Best Practices
Looking for a product update email template to keep your subscribers in the know? Here are 10 of the best + tips for...
Read more >Product Update Email Templates (Copy&Paste) | LiveAgent
Engage your customers with our product update email templates. They're ready to use but also fully customizable.
Read more >Working with template suggestions | Overriding themable output
Template suggestions are alternate templates based on existing .tpl.php files. These suggestions can be used when a specified condition is.
Read more >Status Update Template Feature - Asana Community Forum
Is there any plan to be able to add templates to project updates? Very frustrating to have to manually change this each time...
Read more >How to update standard change templates from fix script
So i am looking for the script to update multiple templates of standard change. Please help if someone on community is aware how...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m also for hidden place. I also seen that
node-toolkit
org recently.But about the paths. For me it make best sense if it follow some convention like that
~/.node-toolkit/update/updater-name-or-generator-name/templates
, because the structure of the repos are the same. But also seeing why~/.node-toolkit/update/templates
is good too.Yes, makes a lot of sense, thx for clarification.