An open API service indexing awesome lists of open source software.

https://github.com/eben60/packagemaker.jl

GUI for PkgTemplates.jl: "Creating new Julia packages, the easy way" - made a bit simpler.
https://github.com/eben60/packagemaker.jl

gui julia packages templates workflow

Last synced: 3 months ago
JSON representation

GUI for PkgTemplates.jl: "Creating new Julia packages, the easy way" - made a bit simpler.

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://eben60.github.io/PackageMaker.jl/)
[![Build Status](https://github.com/Eben60/PackageMaker.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Eben60/PackageMaker.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/Eben60/PackageMaker.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Eben60/PackageMaker.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

# PackageMaker

*GUI for [`PkgTemplates.jl`](https://github.com/JuliaCI/PkgTemplates.jl): "Creating new Julia packages, the easy way" - made a bit simpler.*

This package allows you to create either a new package or a new project. It implements a subset of [`PkgTemplates.jl`](https://github.com/JuliaCI/PkgTemplates.jl) features (which subset hopefully covers >90% of its use cases). It also adds a couple of features of its own, e.g. ability to create Julia projects, or adding dependencies to projects or packages being created. Being a GUI app, it should be mostly self-explanatory, and external links for more information are provided from the GUI, too.

## Documentation at
[https://eben60.github.io/PackageMaker.jl/](https://eben60.github.io/PackageMaker.jl/)