File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -98,10 +98,13 @@ function getVersion() {
98
98
async function main ( ) {
99
99
console . clear ( ) ;
100
100
101
- p . intro ( `${ c . bgCyan ( c . black ( ` create-rescript-app ` ) ) } ${ c . dim ( "(" + getVersion ( ) + ")" ) } ` ) ;
101
+ p . intro ( c . dim ( "create-rescript-app " + getVersion ( ) ) ) ;
102
+
102
103
p . note (
103
- 'Create a new ReScript 11 project with modern defaults\n("Core" standard library, JSX 4 automatic mode)' ,
104
- "About"
104
+ `${ c . cyan ( "Fast, Simple, Fully Typed JavaScript from the Future" ) }
105
+ https://www.rescript-lang.org\n\nCreate a new ReScript 11 project with modern defaults
106
+ ("Core" standard library, JSX 4 automatic mode)` ,
107
+ "Welcome to ReScript!"
105
108
) ;
106
109
107
110
const projectName = await p . text ( {
@@ -158,9 +161,8 @@ async function main() {
158
161
s . stop ( "Project created." ) ;
159
162
160
163
p . note (
161
- `Your project ${ c . cyan ( projectName ) } was created successfully.\nChange to the ${ c . cyan (
162
- projectName
163
- ) } folder and view ${ c . cyan ( "README.md" ) } for more information.`,
164
+ `Your ReScript project ${ c . cyan ( projectName ) } was created successfully.
165
+ Change to the ${ c . cyan ( projectName ) } folder and view ${ c . cyan ( "README.md" ) } for more information.` ,
164
166
"Next steps"
165
167
) ;
166
168
p . outro ( `Happy hacking!` ) ;
You can’t perform that action at this time.
0 commit comments