example nodejs project

This commit is contained in:
Muayyad alsadi
2022-03-18 18:05:57 +03:00
parent f820594257
commit 105c27c8dc
14 changed files with 270 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#! /usr/bin/env node
"use strict";
import {start} from "./lib";
start();