comonicon / Comonicon.jl

Your best CLI generator in JuliaLang
https://comonicon.org
MIT License
282 stars 25 forks source link

doc link 404 #242

Open xgdgsc opened 1 year ago

xgdgsc commented 1 year ago

https://github.com/comonicon/Comonicon.jl/blob/main/docs/src/build.md

link to empty Comonicon.install .

And what's the recommended way to use with PackageCompiler? I seems to get a

ERROR: LoadError: ArgumentError: Package Base does not have Comonicon in its dependencies: 

when trying to build with PackageCompiler.

Roger-luo commented 1 year ago

yeah the documentation needs some love.

you need to create a CLI project https://comonicon.org/dev/project/#Enable-System-Image

then call the YouPackage.comonicon_install() as a CLI app.

xgdgsc commented 1 year ago

IonCLI is archived and ion doesn' t have a template for comonicon?

Did the install with deps/build.jl approach.

Roger-luo commented 1 year ago

IonCLI is archived and ion doesn' t have a template for comonicon?

not yet, I don't currently have time to work on that. You can just create a Comonicon.toml file manually.