Skip to content

tensor4all/T4ATemplate.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:]"