Skip to content

Latest commit

 

History

History

android-static-binding-generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

android-static-binding-generator

This is a tool for javascript static analysis.

  • Input: valid javascript code.
  • Output: should be generated file with necessary information that is NativeScript specific.

How to install

open project folder and run:

npm install

Usage with Sublime Text 3

  • Open project/parse.js in Sublime Text 3
  • in Editor, select Tools/BuildSystem/NodeJs. You need to have nodejs installed. I'm using latest LTS(long term support) currently 4.2.5.
  • Alt+R to run nodejs in editor

How to test

  • npm install
  • npm test

More information: