mirror of
https://github.com/zhom/banderole.git
synced 2026-09-26 17:51:51 +02:00
init
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
console.log("Hello from simple-app!");
|
||||
console.log("Node.js version:", process.version);
|
||||
console.log("Arguments:", process.argv.slice(2));
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "simple-app",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user