@webscopeio/react-textarea-autocomplete

v1.4.2
Offers autocomplete over textarea in style of GitHub.
react-component textarea autocomplete react

build

cp src/types.js types.js && yarn build:umd && yarn build:cjs

build:umd

rollup -c rollup.config.umd.js

build:cjs

rollup -c rollup.config.cjs.js

dev

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

prepublish

yarn run build

lint

eslint --ext=js --ext=jsx ./src

lint:fix

yarn run lint -- --fix

test

jest

test:watch

jest --watch

flow

flow

flow:check

flow check

cypress

yarn run dev & cypress run --headed

cypress:open

cypress open

precommit

lint-staged
npm i @webscopeio/[email protected]

Metadata

  • MIT
  • Whatever
  • Jakub Benes
  • released 1/28/2018

Downloads