Skip to content

Releases: hugo-fixit/fixit-cli

v1.3.0

14 Jan 03:42
v1.3.0
7038c0d
Compare
Choose a tag to compare

v1.3.0 - 2025-01-14

✨ Enhancements

⬆️ Dependencies Updates

Full Changelog: v1.2.1...v1.3.0

v1.2.1

08 Jan 08:53
v1.2.1
be01b3c
Compare
Choose a tag to compare

v1.2.1 - 2025-01-08

✨ Enhancements

📝 Documentation

Full Changelog: v1.2.0...v1.2.1

v1.2.0

08 Jan 03:36
v1.2.0
1938fb0
Compare
Choose a tag to compare

v1.2.0 - 2025-01-08

✨ Enhancements

📝 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

Full Changelog: v1.1.1...v1.2.0

v1.0.2

07 Jan 09:27
v1.0.2
34be9b9
Compare
Choose a tag to compare

Fix: windows-node path error (@pandaoh)

Full Changelog: v1.0.1...v1.0.2

v1.1.1

19 Nov 08:57
v1.1.1
3a5257b
Compare
Choose a tag to compare

Refactor: 使用 TS 重构源码

Full Changelog: v1.0.3...v1.1.1

v1.0.3

11 Jan 09:05
v1.0.3
f066dbc
Compare
Choose a tag to compare

Docs: 修改脚手架模板仓库地址

Full Changelog: v1.0.2...v1.0.3

v1.0.1

25 Nov 08:15
v1.0.1
242d697
Compare
Choose a tag to compare

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