Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HerbertV/RAW-as3-hv-core
as3.hv.core.* ActionScript 3 classes for including as submodul into other repos.
https://github.com/HerbertV/RAW-as3-hv-core
Last synced: about 2 months ago
JSON representation
as3.hv.core.* ActionScript 3 classes for including as submodul into other repos.
- Host: GitHub
- URL: https://github.com/HerbertV/RAW-as3-hv-core
- Owner: HerbertV
- Created: 2012-04-22T12:04:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-25T17:41:42.000Z (over 11 years ago)
- Last Synced: 2024-08-03T05:05:42.309Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 273 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-core - as3.hv.core.* ActionScript 3 classes for including as submodul into other repos. (Unsorted / Other API)
README
#RAW as3.hv.core.*
-----------------------------------
*RAW version of my Actionscript 3 classes.*
So they can easily be included as submodule into other repos.
RAW means without examples and docs, but with comments.If you need examples or docs look here:
[https://github.com/HerbertV/as3-hv](https://github.com/HerbertV/as3-hv)*Work in progress... so stay tuned* ;)
-----------------------------------
## Brief How-To Include:
Git BASH:
// adding submodule
git submodule add [email protected]:HerbertV/RAW-as3-hv-core.git as3/hv/core// init submodule
git submodule init
git submodule update// change dir to as3/hv/core
cd as3/hv/core
git checkout master
git pullAlso check [Git Book on submodules](http://book.git-scm.com/5_submodules.html)