UNPKG

next-start-cli

Version:

This is a CLI tool to create a nextjs project and add the necessary dependencies and configurations

4 lines (3 loc) 65 B
#!/usr/bin/env node import { run } from "./cli.js"; await run();