Skip to content

Commit

Permalink
feat: add cli bin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Aug 19, 2020
1 parent e3fbb0a commit 6781230
Show file tree
Hide file tree
Showing 4 changed files with 2,138 additions and 4,000 deletions.
4 changes: 4 additions & 0 deletions packages/cli/bin.js
@@ -0,0 +1,4 @@
#!/usr/bin/env node

require('ts-node').register({ dir: __dirname, transpileOnly: true });
require('./src/index.ts');

0 comments on commit 6781230

Please sign in to comment.