UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

26 lines (17 loc) 504 B
# ToloFrameWork Javascript/HTML/CSS compiler for web or nodewebkit apps using modules in the nodejs style. > Convention over configuration. ## Installation ``` npm install -g toloframework ``` ## Documentation * [Files structure convention](man/conventions.md) * [Writing an HTML component](man/com.md) * [XJS](man/xjs.md) * [Atom integration](man/atom.md) ## Debugging ``` node --inspect --debug-brk submodules/tfw/bin/tfw.js build debug ``` Then open Chrome and got to URL `about:inspect`.