# Occam Languages

[Occam](https://github.com/djalbat/occam)'s common language functionality.

### Contents

- [Introduction](#introduction)
- [Installation](#installation)
- [Example](#example)
- [Building](#building)
- [Contact](#contact)

## Introduction

To come.

## Installation

With [npm](https://www.npmjs.com/):

    npm install occam-languages

You can also clone the repository with [Git](https://git-scm.com/)...

    git clone https://github.com/djalbat/occam-languages.git

...and then install the dependencies with npm from within the project's root directory:

    npm install

## Building

Automation is done with [npm scripts](https://docs.npmjs.com/misc/scripts), have a look at the `package.json` file. The pertinent commands are:

    npm run build-debug
    npm run watch-debug

## Contact

* james.smith@djalbat.com
