react-bootstrap-typeahead

v4.0.0-alpha.4
React typeahead with Bootstrap styling
auto complete auto suggest auto-complete auto-suggest autocomplete autosuggest bootstrap bootstrap tokenizer bootstrap typeahead and 17 more...

build

npm run clean && npm run build:css && npm run build:lib && npm run build:dist && npm run build:example

build:css

node ./scripts/buildCSS.js

build:dist

webpack --mode development && webpack --mode production

build:example

webpack --mode production --config example/webpack.config.js

build:lib

babel src --out-dir lib

check

npm run lint && npm run flow && npm test

clean

rimraf css && rimraf dist && rimraf lib

coveralls

cat coverage/lcov.info | coveralls

deploy-example

node ./scripts/deployExample.js

flow

flow

lint

eslint . --report-unused-disable-directives

lint:fix

eslint . --fix

postpublish

npm run deploy-example

prepublishOnly

npm run check && npm run build

start

webpack --mode development -w --progress --config example/webpack.config.js

test

jest --silent

test:coverage

jest --coverage && npm run coveralls

Metadata

  • MIT
  • Whatever
  • ericgio
  • released 3/14/2019

Downloads

Maintainers