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

https://github.com/bertrandom/js-hack-prototype

Base prototype for quick JS hacks
https://github.com/bertrandom/js-hack-prototype

Last synced: 3 months ago
JSON representation

Base prototype for quick JS hacks

Awesome Lists containing this project

README

          

# js-hack-prototype

Create a new repo, e.g. `newrepo`

https://github.com/new

Clone and enjoy!

git clone git@github.com:bertrandom/js-hack-prototype.git newrepo
cd newrepo
git remote set-url origin git@github.com:bertrandom/newrepo.git
git push origin master
git push --all