Releases: hugo-fixit/fixit-cli
Releases · hugo-fixit/fixit-cli
v1.3.0
v1.3.0 - 2025-01-14
✨ Enhancements
- ✨ Feat: add tsx as typescript runtime
a10a396
by @Lruihao - ✨ Feat: support create component sub-command
e79ca30
by @Lruihao - ⚡ Perf: optimizing the code
5acfdbe
by @Lruihao - ✨ Feat: check if target directory is empty
761c93f
by @Lruihao
⬆️ Dependencies Updates
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
v1.2.0 - 2025-01-08
✨ Enhancements
- ✨ Feat: add quick start steps after creating a blog
44bb3b7
by @Lruihao - ✨ Feat: improve fixit create command
481aadf
by @Lruihao - ✨ Feat: add timer to calculate operation time
a6e3a1a
by @Lruihao - ✨ Feat: add step to initialize Hugo module in
fixit create
command149772c
by @Lruihao - ⚡ Perf: code optimization
7793e55
by @Lruihao - ⚡ Perf: simplify importJson function
7b70695
by @Lruihao - ✨ Feat: hugo server command with
-O
flag4748743
by @Lruihao
📝 Documentation
🔧 Other Changes
- ♻️ Refactor: use npm as package manager and add eslint by @Lruihao in #7
- ♻️ Refactor: use @clack/prompts insteed of inquirer, ora #10 by @Lruihao
- 🔧 Chore: use picocolors instead of chalk #8 by @Lruihao
- 💄 Style: update check action
d9e442e
by @Lruihao
⬆️ Dependencies Updates
- 🔧 Chore: remove inquirer dependency
cd9e37b
by @Lruihao - 🔧 Chore: update @types/node 22.10.5
90e997a
by @Lruihao - 🔧 Chore: update min version node to 18
6df9ed2
by @Lruihao
Full Changelog: v1.1.1...v1.2.0
v1.0.2
Fix: windows-node path error (@pandaoh)
Full Changelog: v1.0.1...v1.0.2
v1.1.1
Refactor: 使用 TS 重构源码
Full Changelog: v1.0.3...v1.1.1
v1.0.3
Docs: 修改脚手架模板仓库地址
Full Changelog: v1.0.2...v1.0.3
v1.0.1
Installation
npm install -g fixit-cli
Usage
Usage: fixit <command> [options]
Options:
-v, --version output the version number
-h, --help display help for command
Commands:
create <project-name> create a new FixIt project from a template
check check the latest version of FixIt theme
help <command> display help for a specific command
For example, create a site named my-blog
:
fixit create my-blog