Open ironmike-au opened 4 years ago
Enable users to add one or more custom template URLs in their ~/.tok/global.yml file that provide additional plates to look for templates to use with tok new. This would enable users to have private template repositories.
tok new
This would also simplify the development of templates to push upstream (helping adoption)
I think this will need a way for users to define path for package_filename: so that they can control the file contents
package_filename:
Enable users to add one or more custom template URLs in their ~/.tok/global.yml file that provide additional plates to look for templates to use with
tok new
. This would enable users to have private template repositories.