fusen
                                
                                 fusen copied to clipboard
                                
                                    fusen copied to clipboard
                            
                            
                            
                        Extending {fusen} with your own template.
We may want to allow user to define their own template.
I can imagine something like:
fusen::add_dev_history(template = golem::module_dev) 
I think we could have something like:
if ( inherit(template, "function") ){
	template_file <- template()
}
Where we can provide a function that returns a file_path with a template
@ColinFay maybe this new feature should also handle the file path directly?
This issue is listed in the future roadmap. It will be re-opened when necessary. See: https://github.com/ThinkR-open/fusen/wiki/Future-road-map