Skip to content

Releases: hugo-fixit/fixit-cli

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.2

27 Nov 03:14
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.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