File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -77,21 +77,19 @@ async function main() {
7777 {
7878 type : 'list' ,
7979 name : 'selection' ,
80- message : 'Select an option :' ,
81- choices : [ 'AppTW ' , 'App ' ] ,
80+ message : 'Select Your Front End :' ,
81+ choices : [ 'Uing TailWindCSS ' , 'Using Custom CSS ' ] ,
8282 }
8383 ] ) ;
8484
8585 const { selection } = answers ;
86-
87- // Handle the user's selection
86+
8887 switch ( selection ) {
89- case 'AppTW ' :
88+ case 'Uing TailWindCSS ' :
9089 await RunReactLoginSignInTW ( ) ;
9190 break ;
92- case 'App' :
93- console . log ( 'Selected App. Implement function here.' ) ;
94- // Implement other functions or logic for 'App' here
91+ case 'Using Custom CSS' :
92+ console . log ( 'The Custom CSS is Under Developmrnt Please Select TailWind CSS' ) ;
9593 break ;
9694 default :
9795 console . log ( 'Invalid selection.' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " login-signup-react" ,
3- "version" : " 4 .0.0" ,
3+ "version" : " 5 .0.0" ,
44 "description" : " Login and SignUp for ReactJS" ,
55 "main" : " index.js" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments