@insidersbyte/react-markdown-editor

v0.3.0
React Markdown editor with preview and drag and drop image support
react-component markdown react remarkable editor preview view textarea md and 1 more...

start

webpack-dev-server

clean

rimraf dist

minify-css

postcss -u cssnano -o dist/css/react-markdown-editor.min.css dist/css/react-markdown-editor.css

prefix-css

postcss -u autoprefixer -o dist/css/react-markdown-editor.css dist/css/react-markdown-editor.css

build-css

mkdirp dist/css && stylus src -o dist/css && npm run prefix-css && npm run minify-css

build

npm run clean && babel src --out-dir dist && npm run build-css

build-pages

npm run clean && NODE_ENV=production webpack --config ./webpack.production.config.js --progress --profile --colors

jest

jest

lint

eslint --ignore-path .gitignore .

lint-fix

eslint --ignore-path .gitignore --fix .

test

npm run lint && npm run jest

prepublish

npm run build && npm test

prepublish-pages

npm run build-pages

publish-pages

gh-pages -d dist
npm i @insidersbyte/[email protected]

Metadata

  • MIT
  • Whatever
  • Jonathon Kelly
  • released 4/27/2016

Downloads

Maintainers