Create a Set Project
$ forge init --template https://github.com/getpre/gm-set.git my-first-set
...
$ cd my-first-set
$ tree . -d -L 1
.
├── lib
├── script
├── src
└── test
$ forge init --template https://github.com/getpre/gm-set.git my-first-set
...
$ cd my-first-set
$ tree . -d -L 1
.
├── lib
├── script
├── src
└── test