| 8 | import { version } from '../package.json'; |
| 9 | |
| 10 | interface InitOptions { |
| 11 | license?: string; |
| 12 | name?: string; |
| 13 | components?: boolean; |
| 14 | blocks?: boolean; |
| 15 | i18n?: boolean; |
| 16 | verbose?: boolean; |
| 17 | rName?: string; |
| 18 | user?: string; |
| 19 | yes?: boolean; |
| 20 | } |
| 21 | |
| 22 | const tmpPath = './template'; |
| 23 | const rootPath = process.cwd(); |
nothing calls this directly
no outgoing calls
no test coverage detected