devlyn-cli 0.0.4 → 0.0.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 +4 -0
- package/bin/devlyn.js +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -125,6 +125,10 @@ Contributions are welcome! Feel free to open an issue or submit a pull request.
|
|
|
125
125
|
4. Push to the branch (`git push origin feat/my-feature`)
|
|
126
126
|
5. Open a Pull Request
|
|
127
127
|
|
|
128
|
+
## Star History
|
|
129
|
+
|
|
130
|
+
[](https://star-history.com/#fysoul17/devlyn-cli&Date)
|
|
131
|
+
|
|
128
132
|
## License
|
|
129
133
|
|
|
130
134
|
[MIT](LICENSE) — Donut Studio
|
package/bin/devlyn.js
CHANGED
|
@@ -59,6 +59,7 @@ ${g} v${PKG.version} ${COLORS.dim}· ${k}🍩 by Donut Studio${r}
|
|
|
59
59
|
const SKILL_PACKS = [
|
|
60
60
|
{ name: 'vercel-labs/agent-skills', desc: 'React, Next.js, React Native best practices' },
|
|
61
61
|
{ name: 'supabase/agent-skills', desc: 'Supabase integration patterns' },
|
|
62
|
+
{ name: 'coreyhaines31/marketingskills', desc: 'Marketing automation and content skills' },
|
|
62
63
|
];
|
|
63
64
|
|
|
64
65
|
function log(msg, color = 'reset') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devlyn-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Claude Code configuration toolkit for teams",
|
|
5
5
|
"bin": {
|
|
6
6
|
"devlyn": "bin/devlyn.js"
|
|
@@ -23,4 +23,4 @@
|
|
|
23
23
|
"type": "git",
|
|
24
24
|
"url": "git+https://github.com/fysoul17/devlyn-cli.git"
|
|
25
25
|
}
|
|
26
|
-
}
|
|
26
|
+
}
|