From f2db4f14ed75db874f6652d9248f11b6f708fecd Mon Sep 17 00:00:00 2001 From: hyrious Date: Mon, 14 Oct 2024 14:12:54 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20wopjs/te?= =?UTF-8?q?mplate@b9bbdb5c8006c660d4b02b535156d8929e077682=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 08b8544..b803e40 100644 --- a/index.html +++ b/index.html @@ -11,5 +11,10 @@
node scripts/setup.mjs
 
+

It will update the template with info inferred from git or directory name, and install dependencies.

+

You can also set the info manually by running:

+
node scripts/setup.mjs --name "package-name" --description "package description" --repo "https://github.com/wopjs/template.git"
+
+

MIT @ wopjs