https://github.com/bednar/javascript.maven
Project with git submodules of JavaScript Maven libraries.
https://github.com/bednar/javascript.maven
Last synced: 3 months ago
JSON representation
Project with git submodules of JavaScript Maven libraries.
- Host: GitHub
- URL: https://github.com/bednar/javascript.maven
- Owner: bednar
- License: mit
- Created: 2013-08-21T05:27:55.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-03T14:22:52.000Z (over 12 years ago)
- Last Synced: 2025-03-02T07:44:20.680Z (over 1 year ago)
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JavaScript.Maven
================
# cloning repository
git clone https://github.com/bednar/JavaScript.Maven.git;
# switch to sources
cd JavaScript.Maven;
# init submodules
git submodule init;
# update submodules
git submodule update;