getting setup

This commit is contained in:
2023-04-30 19:12:19 -07:00
commit a936a2a32f
7 changed files with 76 additions and 0 deletions

2
bin/docs2website Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
node $(dirname $0)/docs2website.js $*

2
bin/docs2website.js Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env node
require('../build/bin/docs2website.js');