1
0
mirror of synced 2025-11-08 12:57:47 +00:00

feat(CLI): v2

This commit is contained in:
Jason Dreyzehner
2018-03-10 14:01:34 -05:00
parent 335a988dd8
commit 260a7d37bb
27 changed files with 3967 additions and 1550 deletions

9
bin/typescript-starter Executable file
View 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');