@raazkhnl/rk-editor-cli
v4.5.0
Published
CLI scaffolder for RK Word Editor — `npx @raazkhnl/rk-editor-cli init` to bootstrap a new free, open-source Word/Google-Docs-style rich-text editor project (Vanilla JS, React, Vue, Svelte, Next.js).
Maintainers
Readme
@raazkhnl/rk-editor-cli
Project scaffolder for RK Word Editor —
npx @raazkhnl/rk-editor-cli initto bootstrap a free, open-source MS-Word / Google-Docs-style rich-text editor in a fresh project.
Quick start
# One-off (recommended)
npx @raazkhnl/rk-editor-cli init my-editor
# Or install globally
npm install -g @raazkhnl/rk-editor-cli
rk-editor init my-editorThen:
cd my-editor
npm install
npm run devWhat it generates
A minimal Vite + TypeScript project that depends on:
@raazkhnl/rk-editor-core— the engine@raazkhnl/rk-editor-ui— the toolbar / menubar / dialogs
…wired up via the one-line EditorShell so you get a fully-featured Word-style editor out of the box: DOCX export, PDF print, find & replace, page layout, dark mode, document outline, and more.
Documentation
License
MIT © RaaZ Khanal
