twitter-extract-mentions

v1.0.1
extractMentions function of twitter-text lib
node javascript extract mention twitter

clean

rimraf lib

test

npm run lint && npm run cover

test:prod

cross-env BABEL_ENV=production npm run test

test:only

mocha --require babel-core/register --require babel-polyfill --recursive

test:watch

npm run test:only --watch

cover

nyc --check-coverage npm run test:only

lint

eslint src test

build

cross-env BABEL_ENV=production babel src --out-dir lib

prepublish

npm run clean && npm run lint && npm run test && npm run build
npm i twitter-extract-mentions

Metadata

Downloads

Maintainers