README
This README explains how to install and use the Linea NPM Plugin and which changes where done.
What is this repository for?
- How to install
- How to use
How to install
Via command line
- Use this command in your projects terminal
npm install git+https://NicolasSchwarz@bitbucket.org/NicolasSchwarz/linea_npm_plugin.git
Via dependencies
- Add following line to your dependencies section your package.json file
"linea-pro-cdv" : "git+https://NicolasSchwarz@bitbucket.org/NicolasSchwarz/linea_npm_plugin.git"
How to use
Quick start
To start plugin need to execute 'LineaProCDV.initDT()' method. Recommended to add this into 'deviceready' handler.
Add Items
You must add section "SupportedExternalAccessoryProtocols" into "[Project Name].plist" file. This section should include the following items:
- com.datecs.linea.pro.msr
- com.datecs.iserial.communication
- com.datecs.pinpad
- com.datecs.linea.pro.bar
Changes
- Updated Links in kackage.json and plugin.xml
- Later on, files will be updated in src