0.0.27 • Published 2 months ago

@huyikai/local-cms v0.0.27

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

Local-CMS

Brief

A Management System for Managing Local markdown Files

Features

  • CLI guide
  • Addition, deletion, modification and search of files/directories
  • Edit Live Preview
  • Save in real time without manual save
  • Vitepress theme style editor

Usage

Initialization Guide

local-cms provides an initialization guide. You can choose the following ways to use the initialization guide:

npx

You can run the initialization guide directly through npx.

npx @huyikai/local-cms init

Global Installation Dependencies

Install local-cms globally, then run the initialization guide through the cms command.

npm i @huyikai/local-cms -g
cms init

Manual Installation

Install local-cms into the project's development dependencies.

npm i @huyikai/local-cms -D

Then modify the package.json file, add the cms command.

{
  "scripts": {
    "cms": "node node_modules/@huyikai/local-cms/cms.js docs"
  }
}

ToDo

  • File, directory movement
  • File Import/Batch
  • Linked content import
  • Version control
  • Static resource (image) management

License

MIT

Website

https://huyikai.github.io/local-cms

Repository

https://github.com/huyikai/local-cms

0.0.26

2 months ago

0.0.27

2 months ago

0.0.25

3 months ago

0.0.24

3 months ago

0.0.22

4 months ago

0.0.23

4 months ago

0.0.2

4 months ago

0.0.1

10 months ago

0.0.1-alpha.69

10 months ago

0.0.1-alpha.68

10 months ago

0.0.1-alpha.67

10 months ago

0.0.1-alpha.66

10 months ago

0.0.1-alpha.65

10 months ago

0.0.1-alpha.64

10 months ago

0.0.1-alpha.63

10 months ago

0.0.1-alpha.61

10 months ago

0.0.1-alpha.6

10 months ago

0.0.1-alpha.5

10 months ago

0.0.1-alpha.4

10 months ago

0.0.1-alpha.3

10 months ago

0.0.1-alpha.2

10 months ago

0.0.1-alpha.1

10 months ago

0.0.1-alpha

10 months ago

0.0.0-alpha

10 months ago