T4ATemplate

Dev CI

The T4ATemplate module provides a tempalte for a Julia package.

  1. Git clone this repository to a local machine.
  2. Update UUID and the package name in Project.toml.
  3. Rename src/T4ATemplate.jl.
  4. Replace T4ATempalte throughtout src/, test/ and docs/ by the new package name.

One can use the following command on Mac to generate a new UUID:

uuidgen | tr "[:upper:]" "[:lower:]"