A template to create a zp module for initialization.
This zp module itself is of type template-structure.
- input template type
- generate file directory structure
- generate zp module config directory and files
.
├── /template-structure/ # main template directory of zp module
│ ├── /.zp/ # zp module config files directory
│ │ ├── /.zp-module.toml # zp module config
│ │ └── /.zp-vars.toml # zp module middleware config
│ ├── README.md # template file
│ └── package.json # template file
├── [files not important]
├── package.json
└── README.mdSee the change log.