dorky 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -323,6 +323,13 @@ dorky --push
323
323
  dorky --pull
324
324
  ```
325
325
 
326
+ ## VS Code Extension
327
+
328
+ A graphical interface for dorky is available as a VS Code extension — manage staged and uploaded files directly from the sidebar without leaving your editor.
329
+
330
+ - 📦 [dorky-extension on VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=trishantpahwa.dorky-extension)
331
+ - 🐙 [Extension source](https://github.com/trishantpahwa/dorky/tree/main/extension/dorky-extension)
332
+
326
333
  ## Features
327
334
 
328
335
  - ✅ AWS S3 storage integration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dorky",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "DevOps Records Keeper.",
5
5
  "bin": {
6
6
  "dorky": "bin/index.js"