Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j3k0/as3-cli-boilerplate
Adobe Air Command Line Utility Boilerplate
https://github.com/j3k0/as3-cli-boilerplate
Last synced: 22 days ago
JSON representation
Adobe Air Command Line Utility Boilerplate
- Host: GitHub
- URL: https://github.com/j3k0/as3-cli-boilerplate
- Owner: j3k0
- Created: 2015-02-11T18:51:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T11:39:31.000Z (over 9 years ago)
- Last Synced: 2024-04-08T00:24:12.541Z (7 months ago)
- Language: ActionScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AS3-CLI-Boilerplate
This is a starting point project for small tools written for the command line in actionscript 3.
"Why?" I hear you say. Because.
## Getting started
Install Adobe Air, make sure air tools are in the PATH.
Build
```sh
make build
```Run
```sh
make run
```Clean
```sh
make clean
```## Author
Jean-Christophe Hoelt
## License
GPL v3