From 83264d83d46dbf16689061309026382cea933c1f Mon Sep 17 00:00:00 2001
From: "kaushitha.ks@niveussolutions.com" <gcp-support@niveussolutions.com>
Date: Fri, 13 Jun 2025 16:33:05 +0530
Subject: [PATCH] output file is added

---
 README.md         |  4 ++++
 output.txt        |  1 +
 package-lock.json | 13 +++++++++++++
 3 files changed, 18 insertions(+)
 create mode 100644 output.txt
 create mode 100644 package-lock.json

diff --git a/README.md b/README.md
index e045c86..ed18361 100644
--- a/README.md
+++ b/README.md
@@ -91,3 +91,7 @@ For open source projects, say how it is licensed.
 
 ## Project status
 If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
+
+## Run the below command to execute
+
+node index.js
\ No newline at end of file
diff --git a/output.txt b/output.txt
new file mode 100644
index 0000000..5cb8068
--- /dev/null
+++ b/output.txt
@@ -0,0 +1 @@
+This file was created using fs and async/await!
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..fad7751
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,13 @@
+{
+  "name": "promise-fs-demo",
+  "version": "1.0.0",
+  "lockfileVersion": 3,
+  "requires": true,
+  "packages": {
+    "": {
+      "name": "promise-fs-demo",
+      "version": "1.0.0",
+      "license": "ISC"
+    }
+  }
+}
-- 
GitLab