Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@huyikai/local-cms

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huyikai/local-cms

A Management System for Managing Local markdown Files

  • 0.0.27
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by350%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 08 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc