Giter VIP home page Giter VIP logo

electron-abi's Introduction

Electron ABI

Generates a list of Electron ABIs:

npm install electron-abi -g
electron-abi
Electron ABI
1.7.10 54
1.7.8 54
1.7.7 54
1.7.6 54
1.7.5 54
1.7.4 54
1.7.3 54
1.7.2 54
1.7.1 54
1.7.0 54
1.6.15 53
1.6.14 53
1.6.13 53
1.6.12 53
1.6.11 53
1.6.10 53
1.6.8 53
1.6.7 53
1.6.6 53
1.6.5 53
1.6.4 53
1.6.3 53
1.6.2 53
1.6.1 53
1.4.16 50
1.4.15 50
1.4.14 50
1.4.13 50
1.4.12 50
1.4.11 50
1.4.10 50
1.4.8 50
1.4.7 50
1.4.6 50
1.4.5 50
1.4.4 50
1.4.3 50
1.4.2 50
1.4.1 50
1.4.0 50
1.3.13 49
1.3.12 49
1.3.10 49
1.3.9 49
1.3.8 49
1.3.7 49
1.3.6 49
1.3.5 49
1.3.4 49
1.3.3 49
1.3.2 49
1.3.1 49
1.3.0 49
1.2.8 48
1.2.7 48
1.2.6 48
1.2.5 48
1.2.4 48
1.2.3 48
1.2.2 48
1.2.1 48
1.2.0 48
1.1.3 48
1.1.2 48
1.1.1 48
1.1.0 48
1.0.2 47
1.0.1 47
1.0.0 47
0.37.8 47
0.37.7 47
0.37.6 47
0.37.5 47
0.37.4 47
0.37.3 47
0.37.2 47
0.37.1 47
0.37.0 47
0.36.12 47
0.36.11 47
0.36.10 47
0.36.9 47
0.36.8 47
0.36.7 47
0.36.6 47
0.36.5 47
0.36.4 47
0.36.3 47
0.36.2 47
0.36.1 47
0.36.0 47
0.35.6 46
0.35.5 46
0.35.4 46
0.35.3 46
0.35.2 46
0.35.1 46
0.35.0 46
0.34.5 46
0.34.4 46
0.34.3 46
0.34.2 46
0.34.1 46
0.34.0 46
0.33.9 46
0.33.8 46
0.33.7 46
0.33.6 46
0.33.5 46
0.33.4 46
0.33.3 46
0.33.2 46
0.33.1 46
0.33.0 46
0.32.3 45
0.32.2 45
0.32.1 45
0.32.0 45
0.31.2 45
0.31.1 45
0.31.0 45
0.30.8 44
0.30.7 44
0.30.6 44
0.30.5 44
0.30.4 44
0.30.3 44
0.30.2 44
0.30.1 44
0.30.0 44

electron-abi's People

Contributors

lgeiger avatar milligramme avatar rgbkrk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

electron-abi's Issues

Not working MacOS 10.15

Installed electron-abi of MacOS Catalina 10.15

~ -> npm install electron-abi -g
/usr/local/bin/electron-abi -> /usr/local/lib/node_modules/electron-abi/list-abi.sh
+ [email protected]
added 1 package from 1 contributor in 1.959s

tried to run but couldn't find any file

~ -> electron-abi
cp: TEMPLATE.md: No such file or directory
cat: versions.txt: No such file or directory
# electron-quick-start

... lines of README.MD ...

## License

[CC0 1.0 (Public Domain)](LICENSE.md)

Electron 1.7

It is missing from docs.

Electron's current version is1.7.5

Electron 1.6?

Very helpful resource.

Can you add ABI and targets for Electron 1.6?

Windows support

I recently needed this for a Windows Electron app but couldn't run it to get the ABI needed for a node module that required it for install.

When I run it, I get this:

digit@mighty-dev MINGW64 ~/Desktop/workspace/ (suhail/events)
$ electron-abi 
cp: cannot stat 'TEMPLATE.md': No such file or directory 
cat: versions.txt: No such file or directory 
## Getting started 

Please refer to the Electron [Quickstart](https://electronjs.org/docs/tutorial/first-app) first.

### Running Electron on Ubuntu

- sudo apt update
- sudo apt upgrade
- Install npm: sudo apt install npm & install npm via installer if you're on Windows 
- npm install
- sudo apt install typescript
- sudo apt install node-typescript
- sudo apt-get install -y libgtk2.0-0 libnotify-bin libgconf-2-4 libnss3 xvfb libxss1 libasound2
- cmd.exe: sudo npm install electron
- in bash: ./start.sh

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper App’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.