Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 448 Bytes

File metadata and controls

14 lines (8 loc) · 448 Bytes

Pkgx

Pkgx is a zero configuration tool for any repository. It support build, test, serve and more.

Custom Plugin

Create custom plugin under pkgx-plugins, each subfolder start with pkgx-plugin- represents a plugin.

For example, a new plugin pkgx-plugins/pkgx-plugin-custom is created, after editing the plugin, build it using pkgx esbuild:build-plugin, finally execute custom plugin commands with pkgx custom:xxx

License

MIT