can-stache-converters

v5.0.0
Common converters for Stache
Done JS Can JS

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 - && git branch -D release && git push

testee

testee test/test.html --browsers firefox

test

npm run detect-cycle && npm run jshint && npm run testee

jshint

jshint ./*.js --config

release:pre

npm version prerelease && npm publish --tag=pre

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

develop

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

detect-cycle

detect-cyclic-packages --ignore done-serve
npm i can-stache-converters

Metadata

  • Unknown
  • Whatever
  • DoneJS Contributors
  • released 10/3/2019

Downloads