Skip to content

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

License

Notifications You must be signed in to change notification settings

hugo-fixit/fixit-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FixIt CLI

NPM version

👉 中文 | English

🛠️ 一个基于 Node.js 开发的用于 FixIt 站点初始化的脚手架工具。

系统依赖

如果你使用使用 Hugo 模块 功能加载主题,你还需要安装 Go

安装

npm install -g fixit-cli

使用

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

例如,创建一个名为 my-blog 的站点:

fixit create my-blog

开发

npm install
npm link
npm unlink fixit
npm run test -- -h

相关项目

作者

Lruihao