tpapp / PkgSkeleton.jl

Generate Julia package skeletons using a simple template system
Other
51 stars 7 forks source link

How to setup template once to have a single command ? #16

Closed flip111 closed 4 years ago

flip111 commented 4 years ago

I would like to create a template to my specifications and then be able to run on the command line (not inside of julia) some command to start a new package with my template. Is there any way to do this?

Additionally is there a way to skip the initialization of a git repository?

tpapp commented 4 years ago

Yes, with something like julia -eimport PkgSkeleton; PkgSkeleton.generate(...)`.

I will add an option to skip git initialization.

tpapp commented 4 years ago

I just realized that we already have a git_init option.