Skip to content

Commit 6b7ca84

Browse files
committed
vanilla presets
1 parent 3d919fc commit 6b7ca84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

presets/nodejs/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Which tags are related to this preset; used for branching the choices on preset wizard
22
tags: [ 'Javascript' ]
33

4-
name: 'Hello World'
4+
name: 'Vanilla Node.js'
55

66
# Create defines the workflow for creating a new Project where this preset can then be installed
77
create:
8-
- name: Creating new Node application
8+
- name: Creating new Node.js application
99
actions:
1010
- scripts:
1111
- mkdir $CREATE_DIRECTORY

presets/php/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tags: [ 'PHP' ]
33

44
# Name of the preset
5-
name: 'Hello World (PHP+Nginx)'
5+
name: 'Vanilla PHP (Nginx+PHP-FPM)'
66

77
# Create defines the workflow for creating a new Project where this preset can then be installed
88
create:

0 commit comments

Comments
 (0)