lium 0.1.2

Abstraction Layer of ChromiumOS development
Documentation
1
2
3
4
5
6
7
8
9
10
11
default: dist/index.js

dist/index.js : generated/index.js webpack.config.js Makefile
	webpack

generated/index.js : src/index.ts Makefile
	tsc

setup:
	npm install -g typescript webpack webpack-cli
	npm install