create-nizam-app 1.0.0 → 1.0.1
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/README.md +1 -1
- package/dist/__main__.js +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<p align="center">
|
|
13
13
|
<img src="https://img.shields.io/npm/v/create-nizam-app" alt="npm version" />
|
|
14
14
|
<img src="https://img.shields.io/npm/l/create-nizam-app" alt="license" />
|
|
15
|
-
<img src="https://img.shields.io/github/stars/ahmed-abd-alalim/nizam?style=social" alt="GitHub stars" />
|
|
15
|
+
<!-- <img src="https://img.shields.io/github/stars/ahmed-abd-alalim/nizam?style=social" alt="GitHub stars" /> -->
|
|
16
16
|
</p>
|
|
17
17
|
<br/>
|
|
18
18
|
<br/>
|
package/dist/__main__.js
CHANGED
|
@@ -126,7 +126,7 @@ async function getPkgInfo(pkg_name) {
|
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
var app_info = {
|
|
129
|
-
version: "1.0.
|
|
129
|
+
version: "1.0.1"
|
|
130
130
|
};
|
|
131
131
|
var core_documentation = {
|
|
132
132
|
aliases: {
|
|
@@ -617,11 +617,11 @@ async function Core() {
|
|
|
617
617
|
const user_options = [];
|
|
618
618
|
const nizam_choices = {
|
|
619
619
|
pkg_manager: [
|
|
620
|
-
new Separator(chalk.gray("---
|
|
620
|
+
new Separator(chalk.gray("--- typing the number or select it ---")),
|
|
621
621
|
...ctx.pkg_is_installed,
|
|
622
622
|
],
|
|
623
623
|
structure_method: [
|
|
624
|
-
new Separator(chalk.gray("---
|
|
624
|
+
new Separator(chalk.gray("--- typing the number or select it ---")),
|
|
625
625
|
"nizam method",
|
|
626
626
|
"custom method",
|
|
627
627
|
],
|
|
@@ -1085,7 +1085,7 @@ async function Custom() {
|
|
|
1085
1085
|
user_options.push([
|
|
1086
1086
|
"js_framework",
|
|
1087
1087
|
await rawlist_fun("Select a js framework:", [
|
|
1088
|
-
new Separator(chalk.gray("---
|
|
1088
|
+
new Separator(chalk.gray("--- typing the number or select it ---")),
|
|
1089
1089
|
...app_data.js_framework.options,
|
|
1090
1090
|
]),
|
|
1091
1091
|
]);
|
|
@@ -1093,7 +1093,7 @@ async function Custom() {
|
|
|
1093
1093
|
user_options.push([
|
|
1094
1094
|
"css_framework",
|
|
1095
1095
|
await rawlist_fun("Select a CSS framework:", [
|
|
1096
|
-
new Separator(chalk.gray("---
|
|
1096
|
+
new Separator(chalk.gray("--- typing the number or select it ---")),
|
|
1097
1097
|
...app_data.css_framework.options,
|
|
1098
1098
|
]),
|
|
1099
1099
|
]);
|
|
@@ -1102,7 +1102,7 @@ async function Custom() {
|
|
|
1102
1102
|
user_options.push([
|
|
1103
1103
|
"ui_library",
|
|
1104
1104
|
await checkbox_fun("Select Library:", [
|
|
1105
|
-
new Separator(chalk.gray("---
|
|
1105
|
+
new Separator(chalk.gray("--- popular options ---")),
|
|
1106
1106
|
...app_data.ui_library.options,
|
|
1107
1107
|
], (value) => {
|
|
1108
1108
|
if (value.length === 0)
|
|
@@ -1116,7 +1116,7 @@ async function Custom() {
|
|
|
1116
1116
|
user_options.push([
|
|
1117
1117
|
"routing_library",
|
|
1118
1118
|
await rawlist_fun("Select Library:", [
|
|
1119
|
-
new Separator(chalk.gray("---
|
|
1119
|
+
new Separator(chalk.gray("--- typing the number or select it ---")),
|
|
1120
1120
|
...app_data.routing_library.options,
|
|
1121
1121
|
]),
|
|
1122
1122
|
]);
|
|
@@ -1124,7 +1124,7 @@ async function Custom() {
|
|
|
1124
1124
|
user_options.push([
|
|
1125
1125
|
"react_router_rout",
|
|
1126
1126
|
await rawlist_fun("Select way:", [
|
|
1127
|
-
new Separator(chalk.gray("---
|
|
1127
|
+
new Separator(chalk.gray("--- typing the number or select it ---")),
|
|
1128
1128
|
...app_data.react_router_rout.options,
|
|
1129
1129
|
]),
|
|
1130
1130
|
]);
|
|
@@ -1134,7 +1134,7 @@ async function Custom() {
|
|
|
1134
1134
|
user_options.push([
|
|
1135
1135
|
"state_management",
|
|
1136
1136
|
await rawlist_fun("Select way:", [
|
|
1137
|
-
new Separator(chalk.gray("---
|
|
1137
|
+
new Separator(chalk.gray("--- typing the number or select it ---")),
|
|
1138
1138
|
...app_data.state_management.options,
|
|
1139
1139
|
]),
|
|
1140
1140
|
]);
|
|
@@ -1147,7 +1147,7 @@ async function Custom() {
|
|
|
1147
1147
|
user_options.push([
|
|
1148
1148
|
"icon_library",
|
|
1149
1149
|
await checkbox_fun("Select Library:", [
|
|
1150
|
-
new Separator(chalk.gray("---
|
|
1150
|
+
new Separator(chalk.gray("--- popular options ---")),
|
|
1151
1151
|
...app_data.icon_library.options,
|
|
1152
1152
|
], (value) => {
|
|
1153
1153
|
if (value.length === 0)
|
|
@@ -1160,7 +1160,7 @@ async function Custom() {
|
|
|
1160
1160
|
user_options.push([
|
|
1161
1161
|
"head_management",
|
|
1162
1162
|
await rawlist_fun("Select Library:", [
|
|
1163
|
-
new Separator(chalk.gray("---
|
|
1163
|
+
new Separator(chalk.gray("--- typing the number or select it ---")),
|
|
1164
1164
|
...app_data.head_management.options,
|
|
1165
1165
|
]),
|
|
1166
1166
|
]);
|
|
@@ -1169,7 +1169,7 @@ async function Custom() {
|
|
|
1169
1169
|
user_options.push([
|
|
1170
1170
|
"data_fetching",
|
|
1171
1171
|
await rawlist_fun("Select Library:", [
|
|
1172
|
-
new Separator(chalk.gray("---
|
|
1172
|
+
new Separator(chalk.gray("--- typing the number or select it ---")),
|
|
1173
1173
|
...app_data.data_fetching.options,
|
|
1174
1174
|
]),
|
|
1175
1175
|
]);
|