pkg-tools
A build toolchain for projects
Tools are
standalone, install only what you need
configured in typescript
wrappers around best-of-breed tools
usable as a CLI or programmatically
> Getting started
Updating an existing 📦
1. Install
npm install -D \@pkg-tools/config \@pkg-tools/build \@pkg-tools/clean \@pkg-tools/format \@pkg-tools/lint \;echo "const { getConfig } = require("@pkg-tools/format/config");module.exports = getConfig();" > .prettierrc.cjs;echo "const { getConfig } = require("@pkg-tools/lint/config");module.exports = getConfig();" > .eslintrc.cjs;
2. Use CLIs