UNPKG

mufa

Version:

Event driven programming . Useful to separate layers (View, logic,...etc)

19 lines (13 loc) 188 B
sudo: false language: node_js # cache: # directories: # - node_modules node_js: - "6" branches: only: - master script: npm run test after_success: - npm run coveralls