occam-languages
v0.0.128
Published
Occam's common language functionality.
Readme
Occam Languages
Occam's common language functionality.
Contents
Introduction
To come.
Installation
With npm:
npm install occam-languagesYou can also clone the repository with Git...
git clone https://github.com/djalbat/occam-languages.git...and then install the dependencies with npm from within the project's root directory:
npm installBuilding
Automation is done with npm scripts, have a look at the package.json file. The pertinent commands are:
npm run build-debug
npm run watch-debug