@scrypted/cloud
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -36,3 +36,3 @@ { | ||
}, | ||
"version": "0.0.3" | ||
"version": "0.0.4" | ||
} |
@@ -1,2 +0,2 @@ | ||
# Sample Scrypted Plugin with Visual Studio Code support | ||
# @scrypted/cloud | ||
@@ -7,6 +7,13 @@ ## npm commands | ||
* npm run scrypted-debug <ipaddress> | ||
## scrypted distribution via npm | ||
1. Ensure package.json is set up properly for publishing on npm. | ||
2. NODE_ENV=production npm run scrypted-webpack | ||
3. git add dist/main.js | ||
4. git commit | ||
5. npm publish | ||
## Visual Studio Code configuration | ||
* Edit [settings.json](https://github.com/koush/scrypted-vscode/blob/master/.vscode/settings.json) to specify the IP Address of the Scrypted server. | ||
* If using a remote server, edit [.vscode/settings.json](blob/master/.vscode/settings.json) to specify the IP Address of the Scrypted server. | ||
* Launch Scrypted Debugger from the launch menu. |
Sorry, the diff of this file is not supported yet
286724
19