Skip to content

Commit fdbd244

Browse files
SaraTahir28cyf
authored andcommitted
Adding gitignore and package.json for installing dependencies
1 parent de68e2e commit fdbd244

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

implement-shell-tools/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Node modules
2+
node_modules/
3+
4+
# Package lock file (optional)
5+
package-lock.json

implement-shell-tools/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "module",
3+
"dependencies": {
4+
"commander": "^14.0.2"
5+
}
6+
}

0 commit comments

Comments
 (0)