-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d0f6f3
commit 7b6be5a
Showing
2 changed files
with
69 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,4 @@ | ||
import { Command } from 'commander' | ||
const program = new Command() | ||
|
||
export default program | ||
|
||
|
||
// const program = new Commander.Command(packageJson.name) | ||
// .description(packageJson.description) | ||
// .arguments('<project-directory>') | ||
// .option( | ||
// '--ts', '--typescript', | ||
// 'Initialize as a TypeScript project' | ||
// ) | ||
// .option( | ||
// '--js', '--javascript', | ||
// 'Initialize as a JavaScript project' | ||
// ) | ||
// .option( | ||
// '--tw', '--tailwind', | ||
// 'Initialize as a Tailwind project' | ||
// ) | ||
// .option( | ||
// '--router', '--vue-router', | ||
// 'Initialize with Vue Router' | ||
// ) | ||
// .option( | ||
// '--use-npm', | ||
// 'BootStrap project with npm' | ||
// ) | ||
// .option( | ||
// '--use-pnpm', | ||
// 'BootStrap project with yarn' | ||
// ) | ||
// .option( | ||
// '--use-pnpm', | ||
// 'BootStrap project with pnpm' | ||
// ) | ||
// .option( | ||
// '--use-bun', | ||
// 'BootStrap project with bun' | ||
// ) | ||
// .option( | ||
// '--reset-preferences', | ||
// ` | ||
// Explicitly tell the CLI to reset any stored preferences | ||
// ` | ||
// ) | ||
// .allowUnknownOption() | ||
// .parse(process.argv); | ||
|
||
// export default program | ||
export default program |