1.0.3 • Published 4 months ago

fixit-cli v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

FixIt CLI

NPM version

👉 English | 中文

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

System Requirements

If you use the Hugo Modules feature to load the theme, you will also need to install Go.

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

Development

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

Related Projects

Author

Lruihao

1.0.3

4 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.1-RC.1

5 months ago

1.0.1-RC

5 months ago

1.0.0

5 months ago