PkgTemplates.jl
PkgTemplates.jl copied to clipboard
Use `Path` type for paths, not `String`s?
trafficstars
I noticed #61 still uses Strings for filepaths, but we could instead use https://github.com/rofinn/FilePathsBase.jl
Yeah I thought about it very briefly but didn't look into it too hard. Provided that it doesn't affect the user API, I'm good with it.
agreed, we shouldn't affect public API; the suggestion is use it behind the scenes to hopefully make maintainence easier :)
I am going to leave FilePaths out for now, it can almost definitely be added later though.