Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/HerbertV/RAW-as3-hv-components
- Owner: HerbertV
- Created: 2012-04-23T18:17:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-25T18:14:42.000Z (over 12 years ago)
- Last Synced: 2024-08-03T05:05:41.759Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - RAW-as3-hv-components - as3.hv.component.* ActionScript 3 classes for including as submodul into other repos. (Unsorted / Other API)
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 pullAlso check [Git Book on submodules](http://book.git-scm.com/5_submodules.html)