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

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.

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;