create-next-fast
Advanced tools
+4
-0
@@ -7,3 +7,7 @@ #!/usr/bin/env node | ||
| import path from 'path'; | ||
| import { fileURLToPath } from 'url'; | ||
| import App from './app.js'; | ||
| // Get the directory path of the current module | ||
| const __filename = fileURLToPath(import.meta.url); | ||
| const __dirname = path.dirname(__filename); | ||
| const cli = meow(` | ||
@@ -10,0 +14,0 @@ Usage |
+1
-1
| { | ||
| "name": "create-next-fast", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "bin": "dist/cli.js", |
2876
6.68%50
8.7%