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.
- Host: GitHub
- URL: https://github.com/eben60/packagemaker.jl
- Owner: Eben60
- License: other
- Created: 2023-07-27T13:14:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T11:42:47.000Z (about 1 year ago)
- Last Synced: 2025-04-11T11:51:40.027Z (about 1 year ago)
- Topics: gui, julia, packages, templates, workflow
- Language: Julia
- Homepage: https://eben60.github.io/PackageMaker.jl/
- Size: 668 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](https://eben60.github.io/PackageMaker.jl/)
[](https://github.com/Eben60/PackageMaker.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://codecov.io/gh/Eben60/PackageMaker.jl)
[](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/)