You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -144,28 +144,28 @@ AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN
144
144
145
145
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.
146
146
`;
147
-
return{ relPath, content };
148
-
},
147
+
return{ relPath, content };
148
+
},
149
149
150
-
(vars: Record<string,any>)=>{
151
-
constrelPath=`src/index.ts`;
152
-
constcontent=`export default () => {
150
+
(vars: Record<string,any>)=>{
151
+
constrelPath=`src/index.ts`;
152
+
constcontent=`export default () => {
153
153
154
154
};`;
155
-
return{ relPath, content };
156
-
},
155
+
return{ relPath, content };
156
+
},
157
157
158
-
(vars: Record<string,any>)=>{
159
-
constrelPath=`__tests__/first.test.ts`;
160
-
constcontent=`it('works', () => {
158
+
(vars: Record<string,any>)=>{
159
+
constrelPath=`__tests__/first.test.ts`;
160
+
constcontent=`it('works', () => {
161
161
console.log('hello test world!');
162
162
})`;
163
-
return{ relPath, content };
164
-
},
163
+
return{ relPath, content };
164
+
},
165
165
166
-
(vars: Record<string,any>)=>{
167
-
constrelPath=`.questions.json`;
168
-
constcontent=`[
166
+
(vars: Record<string,any>)=>{
167
+
constrelPath=`.questions.json`;
168
+
constcontent=`[
169
169
{
170
170
"name": "${vars.USERFULLNAME}",
171
171
"message": "Enter author full name",
@@ -207,6 +207,6 @@ No developer or entity involved in creating this software will be liable for any
0 commit comments