react-ace

v9.5.0
A react component for Ace Editor
ace ace editor react-component react

lint

tslint src/*

test

_mocha --require ts-node/register --require @babel/register --require tests/setup.js tests/src/*.spec.js --exit

build

npm run build:lib && npm run build:umd && npm run build:umd:min

check

npm run lint

clean

rimraf lib dist

example

webpack-dev-server --config webpack.config.example.js

prepare

npm run build:lib

version

npm run build

coverage

nyc npm run test

prettier

prettier --write "src/**" "example/*.js"

build:lib

tsc

build:umd

webpack ./src/index.ts -o dist/react-ace.js --config webpack.config.development.js

preversion

npm run clean && npm run check

postversion

git push && git push --tags && npm run clean

build:example

webpack --config webpack.config.example.js

build:umd:min

webpack ./src/index.ts -o dist/react-ace.min.js --config webpack.config.production.js

prepublishOnly

npm run clean && npm run build

Metadata

  • MIT
  • Whatever
  • James Hrisho
  • released 10/22/2021

Downloads

Maintainers