## The Bali Component Framework™ (v2)
<img src="https://craterdog.com/images/CraterDogLogo.png" width="50%">

### Quick Links
For more information on this project click on the following links:
 * [project documentation](https://github.com/craterdog-bali/js-bali-component-framework/wiki)
 * [node packages](https://www.npmjs.com/package/bali-component-framework)
 * [release notes](https://github.com/craterdog-bali/js-bali-component-framework/wiki/release-notes)
 * [code examples](https://github.com/craterdog-bali/js-bali-component-framework/wiki/code-examples)

### Getting Started
To install this NodeJS package, execute the following command:
```
npm install bali-component-framework
```
Then add the following line to your NodeJS modules:
```
const debug = 1;  // debugging level: [0..3]
const bali = require('bali-component-framework').api(debug);
```

### Contributing
Project contributors are always welcome. Create a
[fork](https://github.com/craterdog-bali/js-bali-component-framework) of the project and add cool
new things to the framework. When you are ready to contribute the changes create a subsequent
["pull request"](https://help.github.com/articles/about-pull-requests/). Any questions and
comments can be sent to [craterdog@gmail.com](mailto:craterdog@gmail.com).
