Skip to content

Commit

Permalink
Add quickstart example usage to module docstring (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaferranti committed Sep 5, 2024
1 parent 7281bcb commit 82bd740
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/BestieTemplate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ to use it from Julia.
The main functions are: [`generate`](@ref), [`apply`](@ref), and [`update`](@ref).
To create a new package using BestieTemplate run
```julia
julia> BestieTemplate.generate("path/to/YourNewPackage.jl")
```
To apply the template to an existing package
```julia
julia> BestieTemplate.apply("path/to/YourExistingPackage.jl")
```
Check the documentation: https://abelsiqueira.com/BestieTemplate.jl
"""
module BestieTemplate
Expand Down

0 comments on commit 82bd740

Please sign in to comment.