feat: add config set and npm config

This commit is contained in:
2024-11-15 22:03:13 +08:00
parent f11810220e
commit 89e4107800
6 changed files with 337 additions and 9 deletions

2
src/module/chalk.ts Normal file
View File

@@ -0,0 +1,2 @@
import { Chalk } from 'chalk';
export const chalk = new Chalk({ level: 3 });