slack-history-export

v1.0.2
Command line module to export slack history
slack export es6

test

npm run build && cross-env NODE_ENV=test NODE_PATH=./src babel-node node_modules/.bin/tape test/*.spec.js test/**/*.spec.js | tap-spec

test:watch

chokidar src test bin -c 'npm test'

build

npm run clean && babel src -d lib

clean

rimraf lib/* coverage

commit

git-cz

prepublish

npm run build

codecov

cat ./coverage/lcov.info | codecov

coverage

npm run lint && npm run clean && cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text npm test

check-coverage

nyc check-coverage --lines 100 --functions 100 --branches 100

local

npm run clean && npm run build && node bin/cli.js

coverage:html

npm run lint && cross-env NODE_ENV=test nyc --reporter=html npm test

lint

./scripts/lint src test

semantic-release

semantic-release pre && npm publish && semantic-release post

Metadata

  • MIT
  • >= 4.5.0
  • Abimbola Idowu
  • released 6/10/2017

Downloads

Maintainers