prosemirror-utils

v1.1.2
Utils library for ProseMirror
ProseMirror utils helpers

lint

eslint ./src/ --ext .ts --fix

build

./build.js

build_all

npm run build

test

jest ./__tests__/*.ts

test-ci

NODE_ENV=testing jest --coverage && codecov

prepare

npm run build_all

precommit

lint-staged

Metadata

Downloads