A template of project building configs for js library.
This zp module itself is of type template-build.
- support node and browser based library
- support babel only or rollup
- support eslint
- support typescript
.
├── /template-build/ # 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 (optional)
│ └── [template files] # template file (optional)
├── [files not important]
├── package.json
└── README.mdSee the change log.