rewrite v1

This commit is contained in:
Hassan El Mghari
2023-02-13 15:28:08 -05:00
parent fe2ec89bc9
commit aecf99d1ab
6 changed files with 114 additions and 21 deletions

6
cli.js Normal file
View File

@@ -0,0 +1,6 @@
#! /usr/bin/env node
import { main } from "./lib";
(async () => {
await main(process.cwd());
})();