create-rag-app 0.1.0 → 0.1.1

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 +4 -0
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Scaffold a production-ready RAG (Retrieval Augmented Generation) application in seconds.
4
4
 
5
+ [![npm version](https://img.shields.io/npm/v/create-rag-app.svg)](https://www.npmjs.com/package/create-rag-app)
6
+ [![npm downloads](https://img.shields.io/npm/dt/create-rag-app.svg)](https://www.npmjs.com/package/create-rag-app)
7
+
8
+
5
9
  ## Features
6
10
 
7
11
  - 🚀 **Next.js & React**: Modern frontend with Tailwind setup.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rag-app",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Scaffold a new RAG application",
5
5
  "type": "module",
6
6
  "bin": {
@@ -24,6 +24,14 @@
24
24
  "chroma",
25
25
  "ai"
26
26
  ],
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "https://github.com/i-kundankumar/create-rag-app.git"
30
+ },
31
+ "homepage": "https://github.com/i-kundankumar/create-rag-app",
32
+ "bugs": {
33
+ "url": "https://github.com/i-kundankumar/create-rag-app/issues"
34
+ },
27
35
  "license": "MIT",
28
36
  "dependencies": {
29
37
  "chalk": "^5.6.2",