hyperapp-fx

v2.0.0-alpha.2
Effects for use with Hyperapp

doc

jsdoc2md src/fx/*.js src/subs/*.js > api.md

lint

eslint {src,test}/**/*.js

test

jest --coverage --no-cache

build

npm run check && npm run bundle && npm run minify

check

npm run format:check && npm run lint && npm t

clean

npx rimraf coverage dist node_modules

bundle

rollup -i src/index.js -o dist/hyperappFx.js -m -f umd -n hyperappFx

format

prettier --write '{src,test}/**/*.js'

minify

uglifyjs dist/hyperappFx.js -o dist/hyperappFx.js -mc pure_funcs=['Object.defineProperty'] --source-map includeSources,url=hyperappFx.js.map

prepare

npm run build && npm run doc

release

./pre-flight-tests && npm run clean && npm i && ./pre-flight-tests && git tag $npm_package_version && git push && git push --tags && npm publish --tag next

format:check

prettier --list-different {src,test}/**/*.js

Metadata

  • MIT
  • Whatever
  • Wolfgang Wedemeyer
  • released 3/24/2019

Downloads

Maintainers