Skip to content

Commit

Permalink
refactor: ♻️ 使用fs-extra处理文件
Browse files Browse the repository at this point in the history
  • Loading branch information
MuyianKing committed Jan 17, 2025
2 parents 4696cb7 + d30d971 commit 4785b5d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 728 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
## [0.2.3](https://github.com/MuyianKing/cli/compare/v0.2.2...v0.2.3) (2025-01-17)
## [0.2.4](https://github.com/MuyianKing/cli/compare/v0.2.2...v0.2.3) (2025-01-16)


### Features

* :sparkles: 增加LICENSE ([86cdb97](https://github.com/MuyianKing/cli/commit/86cdb97e7c807dfa00a87eabc7c556526460c351))

### Bug Fixes

* :bug: 修复依赖缺失问题 ([348857f](https://github.com/MuyianKing/cli/commit/348857f79b5c2771b4b70f2cfb32f5d6c0e80f39))

# [](https://github.com/MuyianKing/cli/compare/v0.2.2...v) (2025-01-17)


### Features
Expand Down
3 changes: 3 additions & 0 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const commitlint = require('@muyianking/config/commitlint.config.cjs')

module.exports = commitlint
88 changes: 0 additions & 88 deletions commitlint.config.js

This file was deleted.

3 changes: 2 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@muyianking/cli",
"type": "module",
"version": "0.2.3",
"version": "0.2.4",
"description": "慕易安的脚手架",
"author": "muyianking",
"license": "ISC",
Expand All @@ -15,6 +15,7 @@
},
"dependencies": {
"copy-dir": "^1.3.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^11.2.0",
"inquirer": "8.2.5",
"mustache": "^4.2.0",
Expand Down
Loading

0 comments on commit 4785b5d

Please sign in to comment.