@natjswenson/devlog 0.1.4 → 0.1.5
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ A Claude Code skill that turns your daily git commits into a published dev log
|
|
|
9
9
|
|
|
10
10
|
## Live example
|
|
11
11
|
|
|
12
|
-
The skill is in production at [natejswenson.
|
|
12
|
+
The skill is in production at [natejswenson.com/devlog](https://natejswenson.com/devlog), publishing entries to [github.com/natejswenson/daily-dev-log](https://github.com/natejswenson/daily-dev-log). What you see on that page is exactly what `npx @natjswenson/devlog preview` renders for you locally.
|
|
13
13
|
|
|
14
14
|
## How it works
|
|
15
15
|
|
package/package.json
CHANGED