fixit-cli

1.0.3 • Public • Published

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

/fixit-cli/

    Package Sidebar

    Install

    npm i fixit-cli

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    16.9 kB

    Total Files

    12

    Last publish

    Collaborators

    • lruihao