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
- Host: GitHub
- URL: https://github.com/bertrandom/js-hack-prototype
- Owner: bertrandom
- Created: 2012-08-03T06:52:32.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-03T07:13:31.000Z (almost 14 years ago)
- Last Synced: 2025-01-28T21:46:12.872Z (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 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