https://github.com/elastos/elastos.essentials.connector.client.cordova
https://github.com/elastos/elastos.essentials.connector.client.cordova
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elastos/elastos.essentials.connector.client.cordova
- Owner: elastos
- Created: 2021-03-05T10:07:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:22:10.000Z (over 2 years ago)
- Last Synced: 2024-12-15T07:09:01.569Z (6 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 25
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NOTE !
For now we are using https://github.com/elastos/Elastos.Essentials.Plugins.Intent.
This should be changed to https://github.com/elastos/Elastos.Cordova.Plugins.Intent# Elastos Connectivity SDK Connector for Cordova
TODO
## Installation
```npm i --save @elastosfoundation/elastos-connectivity-sdk-cordova```
```npm i --save @elastosfoundation/essentials-connector-cordova```
```cordova plugin add @elastosfoundation/elastos-cordova-plugin-intent```## Build
```npm run build```
Generated output is in **dist/**.
# Publishing account
- Organization: @elastosfoundation
- Owner: @benjaminpiette# How to publish to npmjs.com
- `npm adduser` (once)
- `npm login` (once)
- Increase version number in package.json
- `npm run prepublish`
- `npm publish --access=public`## Usage example
```
TODO
```