The T4ATemplate module provides a tempalte for a Julia package.
- Git clone this repository to a local machine.
- Update UUID and the package name in Project.toml.
- Rename
src/T4ATemplate.jl
. - Replace
T4ATempalte
throughtoutsrc/
,test/
anddocs/
by the new package name.
One can use the following command on Mac to generate a new UUID:
uuidgen | tr "[:upper:]" "[:lower:]"