Skip to content

zppack/template-build-lib

Repository files navigation

template-build-lib

A template of project building configs for js library.

This zp module itself is of type template-build.

Features

  • support node and browser based library
  • support babel only or rollup
  • support eslint
  • support typescript

Project directory structure

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

Recently changes

See the change log.

License

MIT

About

A template of build configs for js library.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors