Ecosyste.ms: Awesome
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: 23 days ago
JSON representation
Base prototype for quick JS hacks
- Host: GitHub
- URL: https://github.com/bertrandom/js-hack-prototype
- Owner: bertrandom
- Created: 2012-08-03T06:52:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-03T07:13:31.000Z (over 12 years ago)
- Last Synced: 2023-04-17T14:00:29.135Z (over 1 year ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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