0.0.2 • Published 4 years ago

neuron-aio v0.0.2

Weekly downloads
-
License
SEE LICENCE IN LI...
Repository
github
Last release
4 years ago

Neuron AIO

npm.io Automating the checkout on E-commerce websites, created by Neuron Tech LTD.

Getting Started

git clone https://github.com/ahm-3-d/Neuron_AIO
cd Neuron_AIO
npm install
npm start

Packaging

Neuron will automatically identify the operating system and create a target. Currently, in early stages of development, we recommend packaging on the same OS that you want to target.

Add the --dir flag to only build the app, without the --dir flag, Neuron will create a installer (dmg, nsis)

npm run package

Error: Module did not self-register.

This error orginates from the fact there is a mismatch between the target platform the native module is built against and the version of Electron being used.

To fix this, everytime a new module is installed you must run electron-rebuild, the command is different depending on your OS

Windows

.\node_modules\.bin\electron-rebuild.cmd

Mac

$(npm bin)/electron-rebuild

Deployment

When building a new version, be sure to create a new tag, add all binaries to releases and create a new entry in update logs

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Ahmed Khammas - Frontend & App process' - ahm-3-d

  • Henry Wright - Backend Logic - washedszn

License

This project is licensed - see the LICENSE.md file for details