https://github.com/webcaetano/jinx-loader
Jinx packages loader
https://github.com/webcaetano/jinx-loader
Last synced: 4 months ago
JSON representation
Jinx packages loader
- Host: GitHub
- URL: https://github.com/webcaetano/jinx-loader
- Owner: webcaetano
- License: mit
- Created: 2015-05-03T11:19:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T22:10:22.000Z (over 10 years ago)
- Last Synced: 2024-12-29T10:28:53.184Z (over 1 year ago)
- Language: ActionScript
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/webcaetano/jinx-loader) [](http://badge.fury.io/js/jinx-loader)
# [](https://github.com/webcaetano/jinx)
Jinx loader is a [Jinx](https://github.com/webcaetano/jinx) Package loader 
### Installation
```
npm install jinx-loader
```
### Usage
```javascript
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](https://raw.githubusercontent.com/webcaetano/jinx-loader/master/LICENSE.md)