infinite-tree

v0.2.0
A browser-ready tree library that can efficiently display a large tree with smooth scrolling.

dist

webpack; BUILD_ENV=dist webpack

lint

eslint ./src

test

./babel-tap --coverage test/*.js

build

babel ./src --out-dir ./lib

stylus

stylus -u nib < src/index.styl > dist/infinite-tree.css

lint:fix

eslint --fix ./src

coveralls

./babel-tap --coverage --coverage-report=text-lcov test/*.js | node_modules/.bin/coveralls

prepublish

npm run lint && npm test && npm run build && npm run dist && npm run stylus

Metadata

  • MIT
  • Whatever
  • Cheton Wu
  • released 3/31/2016

Downloads

Maintainers