replace commander with brocli, update inquirer and add biome

This commit is contained in:
Aman Varshney
2025-02-10 23:50:08 +05:30
parent 85fa93c1a8
commit eccfd8a92a
9 changed files with 740 additions and 4035 deletions

View File

@@ -1,11 +1,11 @@
import { defineConfig } from 'tsup';
import { defineConfig } from "tsup";
export default defineConfig({
entry: ['src/index.ts'],
format: ['esm'],
clean: true,
dts: true,
shims: true,
splitting: false,
outDir: 'dist'
});
entry: ["src/index.ts"],
format: ["esm"],
clean: true,
dts: true,
shims: true,
splitting: false,
outDir: "dist",
});