-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d7c851
commit 7a2a43f
Showing
15 changed files
with
447 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
```@meta | ||
CurrentModule = PkgTemplates | ||
``` | ||
|
||
# PkgTemplates | ||
|
||
**PkgTemplates creates new Julia packages in an easy, repeatable, and customizable way.** | ||
|
||
### Foreword: Templating vs. Template | ||
|
||
This documentation refers plenty to [`Template`](@ref)s, the package's main type. | ||
But it also refers to "template files" and "text templating", which are plaintext files with placeholders to be filled with data, and the technique of filling those placeholders with data, respectively. | ||
|
||
These concepts should be familiar if you've used [Jinja](https://palletsprojects.com/p/jinja) or [Mustache](https://mustache.github.io) (Mustache is the particular flavour used by PkgTemplates, via [Mustache.jl](https://github.com/jverzani/Mustache.jl)). | ||
|
||
### Documentation | ||
|
||
If you're looking to **create new packages**, see the [User Guide](user.md). | ||
|
||
If you want to **create new plugins**, see the [Developer Guide](developer.md). | ||
|
||
### Index | ||
|
||
```@index | ||
``` |
Oops, something went wrong.