We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e30ba commit e7e840aCopy full SHA for e7e840a
1 file changed
specs/nextjs/create_next_app.yaml
@@ -1,5 +1,5 @@
1
---
2
-name: Create Next.JS app
+name: Create Next.js App
3
command: npx create-next-app {{project_name}} --use-{{package_manager}}
4
tags:
5
- react
@@ -12,7 +12,7 @@ arguments:
12
description: The package manager to use for the application
13
default_value: npm
14
source_url: https://nextjs.org/docs/api-reference/create-next-app
15
-description: Create Next.JS application
+description: Create a new Next.js application
16
author: Lukas Varkalis
17
author_url: https://github.com/lukasvarkalis
18
shells: []
0 commit comments