Skip to content

Commit

Permalink
✨ Add CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Mar 25, 2020
1 parent 5fd0a71 commit 6a49894
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cli.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env node
import yargs from "yargs";
import { eject, EjectSettings } from "./";
const argv = yargs.argv as EjectSettings;

console.log("ARGUMENTS", process.argv);
eject(argv);

0 comments on commit 6a49894

Please sign in to comment.