add validation cli

This commit is contained in:
Leifer
2022-10-25 13:43:17 +02:00
parent 5dc81f60c0
commit ceade85334
21 changed files with 2093 additions and 144 deletions

3
packages/cli/bin/cli.js Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env node
const index = require('../lib/bundle.cjs')
index.startInteractive()