first commit

This commit is contained in:
编码猿
2024-09-27 00:52:52 +08:00
commit d5a61090de
72 changed files with 11656 additions and 0 deletions

13
whtml-cli/bin/whtml-list Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env node
const config = require('../package')
const chalk = require('chalk')
console.log()
console.log(
chalk.green(
`作者:${config.git.auto}\n项目地址:${config.git.url} \n分支${config.git.branch}`
)
)
console.log()
process.exit()