create-myexam-app 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -0
- package/package.json +1 -1
- package/projects/yhh/tailwind.config.js +15 -0
package/index.js
CHANGED
|
@@ -14,6 +14,7 @@ console.log('\n[1] Hospital Management System')
|
|
|
14
14
|
console.log('[2] Library System Management')
|
|
15
15
|
console.log('[3] Parking Management System')
|
|
16
16
|
console.log('[4] School fee Management System')
|
|
17
|
+
console.log('[5] yhh ')
|
|
17
18
|
|
|
18
19
|
|
|
19
20
|
|
|
@@ -24,6 +25,7 @@ rl.question('Pick (1-4): ', (answer) => {
|
|
|
24
25
|
'2': 'libray system management',
|
|
25
26
|
'3': 'parking managementt system',
|
|
26
27
|
'4': 'sfms-app',
|
|
28
|
+
'5': 'yhh',
|
|
27
29
|
|
|
28
30
|
}
|
|
29
31
|
|
package/package.json
CHANGED