https://github.com/kylestev/rsjs
https://github.com/kylestev/rsjs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kylestev/rsjs
- Owner: kylestev
- Created: 2015-01-03T04:00:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-03T04:01:52.000Z (over 11 years ago)
- Last Synced: 2025-02-14T19:56:30.170Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JS Bootstrap Analyzer for RuneScape's HTML5 Client
##################################################
## Usage
`git clone URLOFREPO`
`npm install`
`node JSAnalyser.js`
It will download the current bootstrap source and then run the analyzers over it.
If you do not want to redownload the JS file from the RuneScape site each time, just change `forceRedownload` to `false` in `JSAnalyser.js`. It is simply a convenience method since I'm too lazy to parse command line args.