Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metal/metal-devtools
:metal: Developer Tools for Metal.js
https://github.com/metal/metal-devtools
chrome metal metaljs
Last synced: 2 months ago
JSON representation
:metal: Developer Tools for Metal.js
- Host: GitHub
- URL: https://github.com/metal/metal-devtools
- Owner: metal
- Created: 2016-12-06T17:45:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T23:42:52.000Z (about 7 years ago)
- Last Synced: 2024-08-04T13:01:21.931Z (6 months ago)
- Topics: chrome, metal, metaljs
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/metaljs-developer-tools/fagnjmppkokolnbloalifcmcooldhiik
- Size: 6.03 MB
- Stars: 19
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-metaljs - Metal.js Devtools
README
# metal-devtools
[![Build Status](https://travis-ci.org/metal/metal-devtools.svg?branch=master)](https://travis-ci.org/metal/metal-devtools)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/fagnjmppkokolnbloalifcmcooldhiik.svg)](https://chrome.google.com/webstore/detail/metaljs-developer-tools/fagnjmppkokolnbloalifcmcooldhiik)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/d/fagnjmppkokolnbloalifcmcooldhiik.svg)](https://chrome.google.com/webstore/detail/metaljs-developer-tools/fagnjmppkokolnbloalifcmcooldhiik)![Screenshot](images/screenshot.gif)
### Installation
* Download from [chrome store](https://chrome.google.com/webstore/detail/metaljs-developer-tools/fagnjmppkokolnbloalifcmcooldhiik)
* See how it works by using it [here](https://metal.github.io/metal-devtools/)### Seeing Errors?
If you happen to see any errors or logs in your console that contain...![Screenshot](images/console_warning.png)
Please report those [here](https://github.com/metal/metal-devtools/issues/new)
### Developing
* Clone Repo
* run `npm install` at root###### Chrome
* Run `npm run build`(this builds both the injected files and extension files)
* Open Chrome and navigate to `chrome://extensions/`
* Click on "Load unpacked extension" and select the `shells/chrome/dist` directory### For Metal.js < v2.6.2
Unfortunately if you are not using [email protected] or greater, you need to manually add hook. See example [here](https://github.com/metal/metal.js/commit/06b837b9e2e6b072e66064308476d2f7661fa09c)