Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 23 days 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 [email protected]:bertrandom/js-hack-prototype.git newrepo
cd newrepo
git remote set-url origin [email protected]:bertrandom/newrepo.git
git push origin master
git push --all