Pkgx is a zero configuration tool for any repository. It support build, test, serve and more.
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
MIT