pnpm install
pnpm test
pnpm buildThe plugin source is in src/index.ts. Tests are in tests/index.test.ts.
For general Indentier development guidelines, see the Indentier contributing guide.
| Script | Purpose |
|---|---|
pnpm dev |
tsdown in watch mode |
pnpm build |
Produce ESM + CJS bundles in dist/ |
pnpm test |
Run vitest |
pnpm typecheck |
TypeScript type check |
pnpm lint / lint:fix |
ESLint |
pnpm format / format:check |
Prettier |
pnpm play / play:ruby |
Run indentier against testplay/ sample files |
Releases follow the same workflow as Indentier core — see the core contributing guide for details.