react-bootstrap-typeahead

v6.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

yarn clean && yarn build:css && yarn build:modules && yarn build:dist && yarn build:types && yarn build:example

build:css

node ./scripts/buildCSS.js

build:dist

rollup -c

build:modules

node ./scripts/buildModules.js

build:example

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

build:types

tsc

check

yarn lint && yarn typecheck && yarn prettier && yarn test

ci

yarn lint && yarn typecheck && yarn prettier && yarn test:coverage

clean

rimraf coverage && rimraf css && rimraf dist && rimraf cjs && rimraf es && rimraf types

deploy-example

node ./scripts/deployExample.js

lint

eslint . --report-unused-disable-directives

lint:fix

eslint . --fix

prettier

prettier --check .

postpublish

yarn deploy-example

prepublishOnly

yarn check && yarn build

start

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

test

jest --silent

test:coverage

jest --coverage

typecheck

tsc --noEmit

Metadata

  • MIT
  • Whatever
  • ericgio
  • released 10/30/2021

Downloads

Maintainers