fixit-cli

🛠️ A node-based tooling for FixIt site initialization.

MIT License

Downloads
24
Stars
7
Committers
3

Bot releases are visible (Hide)

fixit-cli - v1.0.3 Latest Release

Published by github-actions[bot] 9 months ago

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

Full Changelog: https://github.com/hugo-fixit/fixit-cli/compare/v1.0.2...v1.0.3

fixit-cli - v1.0.2

Published by github-actions[bot] 11 months ago

Fix: windows-node path error (@pandaoh)

Full Changelog: https://github.com/hugo-fixit/fixit-cli/compare/v1.0.1...v1.0.2

fixit-cli - v1.0.1

Published by github-actions[bot] 11 months ago

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