chore: create src, dist, .github directories (#36)

This commit is contained in:
hiroki osame
2023-02-15 01:50:22 -05:00
committed by GitHub
parent 47b5c9ad2e
commit 894baddd62
7 changed files with 6 additions and 5 deletions

6
src/index.ts Normal file
View File

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