Skip to content

Commit 7a32c22

Browse files
author
svarainis450
committed
workflow: added Next.JS workflow
1 parent d9eb966 commit 7a32c22

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

specs/nextjs/create_next_app.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Create Next.JS app
3+
command: npx create-next-app {{project_name}} --use-{{package_manager}}
4+
tags:
5+
- react
6+
- nextjs
7+
arguments:
8+
- name: project_name
9+
description: Project name
10+
default_value: my-app
11+
- name: package_manager
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
16+
author: Lukas Varkalis
17+
author_url: https://github.com/lukasvarkalis
18+
shells: []

0 commit comments

Comments
 (0)