Skip to content

Commit

Permalink
chore(project): add initial files
Browse files Browse the repository at this point in the history
* basic package.json
* Travis CI setup
  • Loading branch information
nikku committed Dec 5, 2018
1 parent b3be70e commit f05308a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js: 'node'

script:
- npm run all
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
# bpmn-js-example-angular

[![Build Status](https://travis-ci.com/bpmn-io/bpmn-js-example-angular.svg?branch=master)](https://travis-ci.com/bpmn-io/bpmn-js-example-angular)

An example how to integrate bpmn-js with an [Angular](https://angular.io/) application.
19 changes: 19 additions & 0 deletions package.json
@@ -0,0 +1,19 @@
{
"name": "bpmn-js-example-angular",
"version": "0.0.0",
"description": "An example how to integrate bpmn-js with an Angular application",
"scripts": {
"all": "echo \"hello world\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpmn-io/bpmn-js-example-angular.git"
},
"keywords": [
"Angular",
"bpmn-js",
"example"
],
"license": "MIT"
}

0 comments on commit f05308a

Please sign in to comment.