Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a detector #2

Open
cjduncana opened this issue Jan 25, 2017 · 1 comment
Open

Adding a detector #2

cjduncana opened this issue Jan 25, 2017 · 1 comment

Comments

@cjduncana
Copy link

Thanks for this project. This is a great idea, and I would like to add to it. I have been using this language Elm for a while, and it would be great if the inspector could detect it.

My question is: What are the basics steps to add a detector? For example, I know that there is an Elm object in the window variable, so that test can be added to the detector, but is it only that? Are there other things that I am missing?

@nqbao
Copy link
Owner

nqbao commented Jan 25, 2017

You can check src/detector, there are various types of detectors there. You will probably use Javascript detector, which detect a framework using inline javascript.

You will also need to add the app definition here and upload an icon / svg to resources/apps.

I will later add a document for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants