Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/HerbertV/RAW-as3-hv-components

as3.hv.component.* ActionScript 3 classes for including as submodul into other repos.
https://github.com/HerbertV/RAW-as3-hv-components

Last synced: about 2 months ago
JSON representation

as3.hv.component.* ActionScript 3 classes for including as submodul into other repos.

Awesome Lists containing this project

README

        

#RAW as3.hv.components.*

-----------------------------------

*RAW version of SWC component classes for Actionscript 3*

So they can easily be included as submodules into other repos.
RAW means with out examples and docs.

-----------------------------------

## Brief How-To Include:

Git BASH:

// adding submodule
git submodule add [email protected]:HerbertV/RAW-as3-hv-components.git as3/hv/components

// init submodule
git submodule init
git submodule update

// change dir to as3/hv/components
cd as3/hv/components

git checkout master
git pull

Also check [Git Book on submodules](http://book.git-scm.com/5_submodules.html)