openeditors
v1.0.0
Published
Open Editor CLI — one command to add any Open Editor (text today, image later) to React, Vue, Angular, or plain JS projects.
Maintainers
Readme
openeditors — the Open Editor family CLI
One command to add an Open Editor to any project — React, Vue, Angular, or plain JavaScript.
npx openeditors add textThat single line:
- Detects your framework (React / Vue / Angular / plain JS) from
package.json - Detects your package manager (npm / pnpm / yarn / bun) from the lockfile
- Installs
openeditor-textplus the matching wrapper (openeditor-text-react/-vue/-angular) - Prints ready-to-paste starter code for exactly your setup
The global command
npm i -g openeditors
openeditor add textOptions
| Flag | Effect |
|---|---|
| --dry-run | Detect + print starter code without installing |
| -v, --version | Print the CLI version |
| -h, --help | Help |
The family
| Package | What it is |
|---|---|
| openeditor-text | Rich text editor engine — zero dependencies, ~61 KB gz |
| openeditor-text-react / -vue / -angular | Official framework wrappers |
| openeditor-image | Reserved — the image editor, when it ships |
License
MIT · Repository
