0.0.30 • Published 10 months ago

uuice-cli v0.0.30

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

uuice-cli

Introduction

UUICE, a cli tool for the blog like hexo, can be used as a study project for nestjs.

api document

DOC

API DOC

Technology

  • nestjs: api services and page rendering
  • nunjucks: Template engine

Installation

# install
$ pnpm add -g uuice-cli

Usage

# help
$ uuice help
Usage: uuice-cli [options] [command]

CLI to uuice`s blog

Options:
-V, --version output the version number
-h, --help display help for command

Commands:
new [options] <type> <title> generate new post or page
gen [options] generate data json
server [options] nestjs server
help [command] display help for command

New post or page

Usage: uuice-cli new [options] <type> <title>

generate new post or page

Arguments:
  type               type only support post or page
  title              title

Options:
  -p, --path <path>  md file path (default: "")
  -h, --help         display help for command

Generate data.json

Usage: uuice-cli gen [options]

generate data json

Options:
  -w, --watch  Listen to the source file directory
  -h, --help   display help for command

Server

Usage: uuice-cli server [options]

nestjs server

Options:
  -p, --port <port>  server port (default: "3000")
  -w --watch         Listen to data.json and reload db
  -h, --help         display help for command

License

UUICE is MIT licensed.

0.0.30

10 months ago

0.0.29

11 months ago

0.0.28

11 months ago

0.0.27

11 months ago

0.0.26

11 months ago

0.0.25

11 months ago

0.0.24

11 months ago

0.0.23

11 months ago

0.0.22

11 months ago

0.0.21

11 months ago

0.0.20

11 months ago

0.0.19

11 months ago

0.0.18

11 months ago

0.0.17

11 months ago

0.0.16

12 months ago

0.0.15

12 months ago

0.0.14

12 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago