feat(CLI): v2
This commit is contained in:
9
bin/typescript-starter
Executable file
9
bin/typescript-starter
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
/**
|
||||
* This file needs the 'x' permission to be spawned by tests. Since TypeScript
|
||||
* doesn't currently offer a way to set permissions of generated files
|
||||
* (https://github.com/Microsoft/TypeScript/issues/16667), we track this file
|
||||
* with Git, and simply require the generated CLI.
|
||||
*/
|
||||
require('../build/main/cli/cli.js');
|
||||
Reference in New Issue
Block a user