https://github.com/bradoyler/v8-flags
https://github.com/bradoyler/v8-flags
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bradoyler/v8-flags
- Owner: bradoyler
- Created: 2016-05-12T02:23:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T05:20:13.000Z (almost 9 years ago)
- Last Synced: 2025-02-13T05:41:28.146Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v8-flags
Docs for V8 flags by Node version
### To Generate docs
```
$ git clone [email protected]:bradoyler/v8-flags.git`
$ cd $_
```- Install [nvm](https://github.com/creationix/nvm)
```
$ nvm use
$ node index
```