chore: added bruno-cli package

This commit is contained in:
Anoop M D
2022-10-17 03:07:15 +05:30
parent 78645ad52f
commit 579bd424fc
3 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "usebruno",
"version": "0.1.0",
"main": "src/index.js",
"files": [
"src",
"package.json"
]
}

View File

@@ -0,0 +1 @@
console.log("This is bruno cli");