Skip to content

Commit

Permalink
Fix (#4)
Browse files Browse the repository at this point in the history
* fixes

* more
  • Loading branch information
tmigot authored Oct 18, 2024
1 parent 0fe3b15 commit 39aaa6e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 65 deletions.
13 changes: 2 additions & 11 deletions src/apply.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ function apply(
jso_data["AddCirrusCI"] = true
YAML.write_file(joinpath(dst_path, ".copier-answers.jso.yml"), jso_data)

BestieTemplate.Copier.copy(
"template",
"../JSOSuite.jl",
answers_file = ".copier-answers.jso.yml",
)
BestieTemplate.Copier.copy(src_path, dst_path, answers_file = ".copier-answers.jso.yml")

package_name = data["PackageName"]
quiet || println("""JSOBestieTemplate was applied to $package_name.jl! 🎉 """)
Expand All @@ -69,10 +65,5 @@ function apply(
end

function apply(dst_path; kwargs...)
apply(
"https://github.com/tmigot/JSOBestieTemplate.jl/template",
dst_path,
data;
kwargs...,
)
apply("https://github.com/tmigot/JSOBestieTemplate.jl/template", dst_path; kwargs...)
end

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 39aaa6e

Please sign in to comment.