0.2.1 • Published 5 years ago

@determapp/actions v0.2.1

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
5 years ago

DetermApp-Actions

coverage JavaScript Style Guide

This describes the actions which a user can do in the DetermApp editor. They are used for saving data and for the real time synchronization between editor instances. Moreover, it provides functions to convert the actions into a status and function to use this status.

Commands

npm test

  • runs the tests, generates a coverga report and updates the coverage badge
  • is executed as prepare hook

npm run build

  • builds this components
  • is executed as prepare hook

npm run lint

  • lints this component
  • is executed as prepare hook

npm run lint:fix

  • lints this component and fixes problems (where possible)