Skip to content

zppack/template-structure-zp-module

Repository files navigation

template-structure-zp-module

A template to create a zp module for initialization.

This zp module itself is of type template-structure.

Features

  • input template type
  • generate file directory structure
  • generate zp module config directory and files

Project directory structure

.
├── /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.md

Recently changes

See the change log.

License

MIT

About

A template to create a zp module for initialization.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published