Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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