stack-agent 0.1.0 → 0.2.0
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 +5 -0
- package/dist/index.js +1506 -263
- package/package.json +11 -3
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# stack-agent
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/stack-agent)
|
|
4
|
+
[](https://github.com/alainbrown/stack-agent/actions/workflows/ci.yml)
|
|
5
|
+
[](https://opensource.org/licenses/MIT)
|
|
6
|
+
[](https://nodejs.org)
|
|
7
|
+
|
|
3
8
|
AI-powered CLI that helps developers choose and scaffold full-stack applications through conversational interaction.
|
|
4
9
|
|
|
5
10
|
A senior software architect in your terminal — it walks you through stack decisions, explains trade-offs, and scaffolds your project using official framework tools.
|