Skip to content

Javascript client library for connecting to camunda BPM REST Api

License

Notifications You must be signed in to change notification settings

simon-jentzsch/camunda-bpm-sdk-js

 
 

Repository files navigation

camunda-bpm-sdk-js

Javascript client library for camunda BPM

Install using bower

bower install camunda-bpm-sdk-js --save

Documentation

You will find some more detailed documentation about the SDK in the doc directory.

Development

npm install
grunt auto-build

Testing

Karma

grunt karma

Alternatively, you can use the specific targets

grunt karma:dev-form
# or
grunt karma:dev-form-angularjs

Mocha CLI

grunt mochacli
# or
grunt watch:mochacli

Issues

https://app.camunda.com/jira/browse/CAM/component/12351

Releasing

Release

To create a release:

grunt publish:release --setversion='myReleaseVersion'

This will update the version, commit and tag it, then publish it to bower-camunda-bpm-sdk-js

Snapshot

To create a snapshot release which just builds current head and publishes it to bower-camunda-bpm-sdk-js on a branch named the current version:

grunt publish:snapshot

Version

If you just want to update the current version:

grunt publish:version --setversion='myNewVersion'

Available options

  • --no-bower -> skip bower release
  • --no-write -> dryRun mode

Examples

License

Unless otherwise specified this project is licensed under Apache License Version 2.0.

About

Javascript client library for connecting to camunda BPM REST Api

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 98.2%
  • HTML 1.8%