1.0.0 • Published 1 year ago
create-custom-next-cli v1.0.0
create-custom-next-cli
CLI tool for creating Next.js projects with custom templates.
Installation
# Local development
git clone <repository>
cd create-custom-next-cli
bun install
bun run build
# Global installation
npm install -g .
# Or use directly with npx
npx create-custom-next-cliUsage
create-custom-next-cli [options]
Options:
-v, --version <version> Specify Next.js version
-t, --template <name> Specify template name
-h, --help Display helpThis project was created using bun init in bun v1.1.33. Bun is a fast all-in-one JavaScript runtime.
1.0.0
1 year ago