jinx-loader
v1.2.0
Published
Jinx packages loader
Downloads
4
Maintainers
Readme
Jinx loader is a Jinx Package loader
Installation
npm install jinx-loader
Usage
var jinxLoader = require('jinx-loader');
var mainFile = 'test/app/flash/main.as';
var pkgs = jinxLoader(mainFile);
// return all .as and .swc files on node_modules with path relative to mainFile
// jinx packages should be name with "jinx-" like "jinx-example"
The MIT License