Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.1 KB

File metadata and controls

42 lines (27 loc) · 1.1 KB

+++ title = "Package Templates" +++

Package Templates

There are several ways to create a Julia packages from templates.

\toc

Packages

PkgTemplates.jl

{{badge PkgTemplates}}

This package is the the most popular package generator.

PkgSkeleton.jl

{{badge PkgSkeleton}}

PkgSkeleton is another package generator.

Pkg.jl

{{badge Pkg}}

Pkg.jl does not have templates, but it can create a minimum package with generate command.

CLI tools

Ion

Ion is a CLI toolkit for Julia developers, and can generate a new package with pre-defined templates.

See Ion Tutorial for more information.

GitHub repository templates

Some people use GitHub repository templates to generate a new Julia package. Here are some examples:

Star History

{{star_history PkgTemplates PkgSkeleton Pkg}}