fusen icon indicating copy to clipboard operation
fusen copied to clipboard

Extending {fusen} with your own template.

Open ColinFay opened this issue 4 years ago • 2 comments

We may want to allow user to define their own template.

I can imagine something like:

fusen::add_dev_history(template = golem::module_dev) 

ColinFay avatar Oct 15 '21 09:10 ColinFay

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 avatar Jan 31 '22 15:01 ColinFay

@ColinFay maybe this new feature should also handle the file path directly?

FlorenceMounier avatar Sep 30 '22 09:09 FlorenceMounier

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

statnmap avatar Jun 02 '23 16:06 statnmap