can-util

v3.4.1
Common utilities for CanJS projects
canjs canjs-plugin donejs

preversion

npm test && npm run build

version

git commit -am "Update dist for release" && git checkout -b release && git add -f dist/

postversion

git push --tags && git checkout master && git branch -D release && git push

testee

testee test/test.html --browsers firefox

test

npm run jshint && npm run mocha && npm run testee

jshint

jshint dom/. js/. *.js --config

mocha

mocha --reporter dot --ui mocha-qunit-ui js/tests

release:pre

npm version prerelease && npm publish

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

build

node build.js

document

bit-docs

develop

done-serve --static --develop --port 8080

http-server

http-server -p 3000 --silent

ci

npm run build && npm run test && node test/test-sauce-labs.js

Metadata

  • MIT
  • Whatever
  • Bitovi
  • released 4/25/2017

Downloads