UNPKG

@selemondev/create-react-next

Version:

The Next Generation React Scaffolding Tool ✨

5 lines (4 loc) 150 B
import { Command } from 'commander' import packageJson from "../../package.json" const program = new Command(packageJson.name) export default program