@huyikai/local-cms
v0.0.27
Published
A Management System for Managing Local markdown Files
Maintainers
Readme
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 initGlobal Installation Dependencies
Install local-cms globally, then run the initialization guide through the cms command.
npm i @huyikai/local-cms -g
cms initManual Installation
Install local-cms into the project's development dependencies.
npm i @huyikai/local-cms -DThen 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
Website
https://huyikai.github.io/local-cms
