https://github.com/erikyuzwa/node-air-sdk
AIR SDK wrapper for npm toolchain
https://github.com/erikyuzwa/node-air-sdk
air as3 flash flashplayer
Last synced: about 1 year ago
JSON representation
AIR SDK wrapper for npm toolchain
- Host: GitHub
- URL: https://github.com/erikyuzwa/node-air-sdk
- Owner: erikyuzwa
- License: mit
- Created: 2019-01-29T03:41:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T16:14:40.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T06:47:46.875Z (over 1 year ago)
- Topics: air, as3, flash, flashplayer
- Language: Shell
- Size: 112 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @erikyuzwa/node-air-sdk
AIR SDK wrapper for npm toolchain (updated)
This is based mostly from the [node-air-sdk](https://www.npmjs.com/package/node-air-sdk) package.
This has some updated internal tooling, and is also referencing the AIRSDK_Compiler for both MacOS and Win
platforms.
A NPM wrapper for the Adobe AIR SDK. The idea it to provide simple access to AIR_SDK binaries using node.
The package has been set up to fetch the Adobe AIR SDK and run `amxmlc`, `mxmlc`, `fdb`, `compc`, `optimizer`, `swcdepends`,
etc for MacOS and Windows.
## Latest AIR SDK Compiler
```
32.0.0.89
```
# Building and Installing
- `npm install @erikyuzwa/node-air-sdk`
- `npm install -g @erikyuzwa/node-air-sdk # to install globally`