abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
41 stars 9 forks source link

Find a tool that checks if the package is using internals #349

Open abelsiqueira opened 2 months ago

abelsiqueira commented 2 months ago

Description

Based on the public keyword (or lack thereof). Check @lilithhafner's talk on JuliaCon 2024 (TODO: link to YouTube).

It can be part of pre-commit.

abelsiqueira commented 2 months ago

@ericphanson just posted https://github.com/ericphanson/ExplicitImports.jl on slack for this. Relates to #217