Roger-luo / ion-templates

Julia project templates for Ion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feat: Add `App` Template

diversable opened this issue · comments

As a user of Ion, I would like the ability to quickly generate a Julia application template (an app that can be compiled with PkgCompiler.jl).

This template would produce a fully-working version of a github repo with the req'd Julia code for a minimal working application, which could be compiled either on the user's machine or (preferably) with CI/CD set up for compiling the template into an app quickly and easily.

cf. the Maurice cli's mce new app [app_name] command, available here: https://github.com/diversable/maurice

This is a good idea, I'm wondering what the structure of an app template should be. Also, just so you know, I'm thinking of also providing a Comonicon project, which has complete support on building Julia application tarballs.