From c22ae4dc345bbc1f90ddad06c3717dd6f749346e Mon Sep 17 00:00:00 2001 From: Sascha Schulz <sschulz@dh-software.de> Date: Mo, 10 Jun 2024 16:14:14 +0200 Subject: [PATCH] add examples for nodejs --- templates/010-nodejs/index.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/templates/010-nodejs/index.js b/templates/010-nodejs/index.js new file mode 100644 index 0000000..470a35a --- /dev/null +++ b/templates/010-nodejs/index.js @@ -0,0 +1,3 @@ +#! /usr/bin/env node + +console.log("Hello!"); -- Gitblit v1.9.3