🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

jsm-editor

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsm-editor

A rich text editor built with Lexical.

latest
Source
npmnpm
Version
0.0.12
Version published
Weekly downloads
34
-15%
Maintainers
1
Weekly downloads
 
Created
Source

JSM Editor

A CLI tool for adding a lexical editor component to your project.

Installation

Install the package using npm:

npm i jsm-editor

Add editor Component

Use the add editor command to add the Editor components, styles, and assets into your project.

npx jsm-editor add editor

Options

  • --componentPath, -c: Specify the path to add the editor component. (Optional)
  • --stylesPath, -s: Specify the path to add the styles. (Optional)
  • --assetsPath, -a: Specify the path to add the assets. (Optional)

Example usage with options

npx jsm-editor add editor --componentPath=src/components --stylesPath=src/styles --assetsPath=src/assets

Keywords

jsm

FAQs

Package last updated on 16 Jul 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