@pixpilot/scaffoldfy-configs 0.4.6 → 0.5.0
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/CHANGELOG.md +11 -0
- package/license-file/licenses/agpl-3.0.hbs +1 -1
- package/license-file/licenses/apache-2.0.hbs +1 -1
- package/license-file/licenses/bsd-2-clause.hbs +1 -1
- package/license-file/licenses/bsd-3-clause.hbs +1 -1
- package/license-file/licenses/gpl-2.0.hbs +1 -1
- package/license-file/licenses/gpl-3.0.hbs +2 -2
- package/license-file/licenses/isc.hbs +1 -1
- package/license-file/licenses/mit.hbs +1 -1
- package/license-file/licenses/mpl-2.0.hbs +1 -1
- package/license-file/licenses/unlicense.hbs +4 -3
- package/package.json +3 -3
- package/project-info/scaffoldfy.json +28 -5
- package/security-policy/scaffoldfy.json +4 -1
- package/turbo-workspace-package-generator/scaffoldfy.json +12 -12
- package/.cache/.eslintcache +0 -1
- package/.cache/.prettiercache +0 -1
- package/.turbo/turbo-format.log +0 -6
- package/.turbo/turbo-lint.log +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @pixpilot/scaffoldfy-configs
|
|
2
2
|
|
|
3
|
+
## 0.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- add transformers support for tasks and variables
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- refactor schema files and update references
|
|
12
|
+
- replace `log` with `debug` for command execution errors
|
|
13
|
+
|
|
3
14
|
## 0.4.6
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -630,7 +630,7 @@ state the exclusion of warranty; and each file should have at least
|
|
|
630
630
|
the "copyright" line and a pointer to where the full notice is found.
|
|
631
631
|
|
|
632
632
|
<one line to give the program's name and a brief idea of what it does.>
|
|
633
|
-
Copyright (C) {{currentYear}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}
|
|
633
|
+
Copyright (C) {{currentYear}}{{#if orgName}} {{orgNameCapital}}{{else}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}{{/if}}
|
|
634
634
|
|
|
635
635
|
This program is free software: you can redistribute it and/or modify
|
|
636
636
|
it under the terms of the GNU Affero General Public License as published by
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright {{currentYear}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}
|
|
189
|
+
Copyright {{currentYear}}{{#if orgName}} {{orgNameCapital}}{{else}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}{{/if}}
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) {{currentYear}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}
|
|
1
|
+
Copyright (c) {{currentYear}}{{#if orgName}} {{orgNameCapital}}{{else}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}{{/if}}
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) {{currentYear}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}.
|
|
1
|
+
Copyright (c) {{currentYear}}{{#if orgName}} {{orgNameCapital}}{{else}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}{{/if}}.
|
|
2
2
|
|
|
3
3
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
4
4
|
|
|
@@ -291,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least
|
|
|
291
291
|
the "copyright" line and a pointer to where the full notice is found.
|
|
292
292
|
|
|
293
293
|
<one line to give the program's name and a brief idea of what it does.>
|
|
294
|
-
Copyright (C) {{currentYear}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}
|
|
294
|
+
Copyright (C) {{currentYear}}{{#if orgName}} {{orgNameCapital}}{{else}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}{{/if}}
|
|
295
295
|
|
|
296
296
|
This program is free software; you can redistribute it and/or modify
|
|
297
297
|
it under the terms of the GNU General Public License as published by
|
|
@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
|
|
|
632
632
|
the "copyright" line and a pointer to where the full notice is found.
|
|
633
633
|
|
|
634
634
|
<one line to give the program's name and a brief idea of what it does.>
|
|
635
|
-
Copyright (C) {{currentYear}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}
|
|
635
|
+
Copyright (C) {{currentYear}}{{#if orgName}} {{orgNameCapital}}{{else}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}{{/if}}
|
|
636
636
|
|
|
637
637
|
This program is free software: you can redistribute it and/or modify
|
|
638
638
|
it under the terms of the GNU General Public License as published by
|
|
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
|
|
|
652
652
|
If the program does terminal interaction, make it output a short
|
|
653
653
|
notice like this when it starts in an interactive mode:
|
|
654
654
|
|
|
655
|
-
{{#if projectName}}{{projectName}}{{else}}<program>{{/if}} Copyright (C) {{currentYear}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}
|
|
655
|
+
{{#if projectName}}{{projectName}}{{else}}<program>{{/if}} Copyright (C) {{currentYear}}{{#if orgName}} {{orgNameCapital}}{{else}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}{{/if}}
|
|
656
656
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
|
657
657
|
This is free software, and you are welcome to redistribute it
|
|
658
658
|
under certain conditions; type `show c' for details.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
ISC License
|
|
2
2
|
|
|
3
|
-
Copyright (c) {{currentYear}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}
|
|
3
|
+
Copyright (c) {{currentYear}}{{#if orgName}} {{orgNameCapital}}{{else}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}{{/if}}
|
|
4
4
|
|
|
5
5
|
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) {{currentYear}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}
|
|
3
|
+
Copyright (c) {{currentYear}}{{#if orgName}} {{orgNameCapital}}{{else}}{{#if author}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}{{/if}}
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Mozilla Public License Version 2.0
|
|
2
2
|
==================================
|
|
3
3
|
|
|
4
|
-
{{#if author}}Copyright (c) {{currentYear}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}
|
|
4
|
+
{{#if orgName}}Copyright (c) {{currentYear}} {{orgNameCapital}}{{else}}{{#if author}}Copyright (c) {{currentYear}} {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{/if}}{{/if}}
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
1. Definitions
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
{{#if
|
|
1
|
+
{{#if orgName}}Released into the public domain by {{orgNameCapital}}{{#if currentYear}} in {{currentYear}}{{/if}}.
|
|
2
2
|
|
|
3
|
-
{{/if}}
|
|
4
|
-
|
|
3
|
+
{{else}}{{#if author}}Released into the public domain by {{author}}{{#if authorEmail}} <{{authorEmail}}>{{/if}}{{#if currentYear}} in {{currentYear}}{{/if}}.
|
|
4
|
+
|
|
5
|
+
{{/if}}{{/if}}This is free and unencumbered software released into the public domain.
|
|
5
6
|
|
|
6
7
|
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
7
8
|
distribute this software, either in source code form or as a compiled
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixpilot/scaffoldfy-configs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.5.0",
|
|
5
5
|
"author": "PixPilot <m.doaie@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@types/node": "^22.18.11",
|
|
25
25
|
"eslint": "^9.38.0",
|
|
26
26
|
"@internal/eslint-config": "0.3.0",
|
|
27
|
+
"@internal/tsdown-config": "0.1.0",
|
|
27
28
|
"@internal/prettier-config": "0.0.1",
|
|
28
|
-
"@internal/vitest-config": "0.1.0"
|
|
29
|
-
"@internal/tsdown-config": "0.1.0"
|
|
29
|
+
"@internal/vitest-config": "0.1.0"
|
|
30
30
|
},
|
|
31
31
|
"prettier": "@internal/prettier-config",
|
|
32
32
|
"publishConfig": {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://unpkg.com/@pixpilot/scaffoldfy/schema",
|
|
3
|
-
"description": "Project information prompts for pnpm-turbo-monorepo-template",
|
|
4
3
|
"name": "project-info",
|
|
4
|
+
"description": "Project information prompts for pnpm-turbo-monorepo-template",
|
|
5
|
+
|
|
5
6
|
"variables": [
|
|
6
7
|
{
|
|
7
8
|
"id": "currentYear",
|
|
@@ -9,6 +10,28 @@
|
|
|
9
10
|
"type": "exec",
|
|
10
11
|
"value": "node -e \"process.stdout.write(String(new Date().getFullYear()))\""
|
|
11
12
|
}
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "repoOwnerVar",
|
|
16
|
+
"value": {
|
|
17
|
+
"type": "exec",
|
|
18
|
+
"value": "git remote get-url origin | node -pe \"require('fs').readFileSync(0,'utf-8').split('/').slice(-2,-1)[0].split(':').pop()\""
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": "orgNameVar",
|
|
23
|
+
"value": {
|
|
24
|
+
"type": "interpolate",
|
|
25
|
+
"value": "{{repoOwnerVar}}"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "orgNameCapital",
|
|
30
|
+
"transformers": ["capitalize"],
|
|
31
|
+
"value": {
|
|
32
|
+
"type": "interpolate",
|
|
33
|
+
"value": "{{repoOwnerVar}}"
|
|
34
|
+
}
|
|
12
35
|
}
|
|
13
36
|
],
|
|
14
37
|
"prompts": [
|
|
@@ -27,8 +50,8 @@
|
|
|
27
50
|
"type": "input",
|
|
28
51
|
"message": "Repository owner (GitHub username or organization)",
|
|
29
52
|
"default": {
|
|
30
|
-
"type": "
|
|
31
|
-
"value": "
|
|
53
|
+
"type": "interpolate",
|
|
54
|
+
"value": "{{repoOwnerVar}}"
|
|
32
55
|
},
|
|
33
56
|
"required": true
|
|
34
57
|
},
|
|
@@ -37,8 +60,8 @@
|
|
|
37
60
|
"type": "input",
|
|
38
61
|
"message": "Organization name for packages (used in package scopes)",
|
|
39
62
|
"default": {
|
|
40
|
-
"type": "
|
|
41
|
-
"value": "
|
|
63
|
+
"type": "interpolate",
|
|
64
|
+
"value": "{{orgNameVar}}"
|
|
42
65
|
},
|
|
43
66
|
"required": false
|
|
44
67
|
},
|
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
"$schema": "https://unpkg.com/@pixpilot/scaffoldfy/schema",
|
|
3
3
|
"description": "Pixpilot workspace package generator template for pnpm + Turbo monorepo. Provides project info prompts and config tasks.",
|
|
4
4
|
"name": "turbo-workspace-package-generator",
|
|
5
|
+
"prompts": [
|
|
6
|
+
{
|
|
7
|
+
"id": "defaultBundler",
|
|
8
|
+
"type": "select",
|
|
9
|
+
"message": "Select your default bundler",
|
|
10
|
+
"choices": [
|
|
11
|
+
{ "name": "TypeScript Compiler (tsc)", "value": "tsc" },
|
|
12
|
+
{ "name": "TSDown", "value": "tsdown" }
|
|
13
|
+
],
|
|
14
|
+
"default": "tsc"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
5
17
|
"tasks": [
|
|
6
18
|
{
|
|
7
19
|
"id": "update-turbo-generator",
|
|
@@ -10,18 +22,6 @@
|
|
|
10
22
|
"required": true,
|
|
11
23
|
"enabled": true,
|
|
12
24
|
"type": "write",
|
|
13
|
-
"prompts": [
|
|
14
|
-
{
|
|
15
|
-
"id": "defaultBundler",
|
|
16
|
-
"type": "select",
|
|
17
|
-
"message": "Select your default bundler",
|
|
18
|
-
"choices": [
|
|
19
|
-
{ "name": "TypeScript Compiler (tsc)", "value": "tsc" },
|
|
20
|
-
{ "name": "TSDown", "value": "tsdown" }
|
|
21
|
-
],
|
|
22
|
-
"default": "tsc"
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
25
|
"config": {
|
|
26
26
|
"file": "turbo/generators/config.ts",
|
|
27
27
|
"templateFile": "./turbo-generator.ts.hbs"
|
package/.cache/.eslintcache
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/README.md":"1","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/eslint.config.mjs":"2","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/license-file/scaffoldfy.json":"3","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/monorepo-generate-packages-section/generate-packages-section.js":"4","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/monorepo-generate-packages-section/scaffoldfy.json":"5","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/package.json":"6","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-changesets-release/release.yml":"7","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-changesets-release/scaffoldfy.json":"8","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-copilot-instructions/copilot-instructions.md":"9","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-copilot-instructions/scaffoldfy.json":"10","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-info/scaffoldfy.json":"11","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/project-info/scaffoldfy.json":"12","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/security-policy/scaffoldfy.json":"13","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/tsdown.config.ts":"14","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/turbo-workspace-package-generator/scaffoldfy.json":"15","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/update-root-package-json/scaffoldfy.json":"16","/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/vitest.config.ts":"17"},{"size":2295,"mtime":1761395507232,"results":"18","hashOfConfig":"19"},{"size":260,"mtime":1761395507232,"results":"20","hashOfConfig":"21"},{"size":4598,"mtime":1761395507232,"results":"22","hashOfConfig":"23"},{"size":2047,"mtime":1761395507233,"results":"24","hashOfConfig":"25"},{"size":1990,"mtime":1761395507233,"results":"26","hashOfConfig":"23"},{"size":993,"mtime":1761395517844,"results":"27","hashOfConfig":"28"},{"size":1139,"mtime":1761395507233,"results":"29","hashOfConfig":"30"},{"size":1218,"mtime":1761395507233,"results":"31","hashOfConfig":"23"},{"size":904,"mtime":1761395507233,"results":"32","hashOfConfig":"19"},{"size":649,"mtime":1761395507233,"results":"33","hashOfConfig":"23"},{"size":505,"mtime":1761395507233,"results":"34","hashOfConfig":"23"},{"size":2910,"mtime":1761395507233,"results":"35","hashOfConfig":"23"},{"size":1208,"mtime":1761395507233,"results":"36","hashOfConfig":"23"},{"size":160,"mtime":1761395507233,"results":"37","hashOfConfig":"38"},{"size":991,"mtime":1761395507233,"results":"39","hashOfConfig":"23"},{"size":737,"mtime":1761395507233,"results":"40","hashOfConfig":"23"},{"size":78,"mtime":1761395507233,"results":"41","hashOfConfig":"38"},{"filePath":"42","messages":"43","suppressedMessages":"44","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1lvqh6q",{"filePath":"45","messages":"46","suppressedMessages":"47","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"ygaxad",{"filePath":"48","messages":"49","suppressedMessages":"50","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"185cgie",{"filePath":"51","messages":"52","suppressedMessages":"53","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"130171j",{"filePath":"54","messages":"55","suppressedMessages":"56","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"57","messages":"58","suppressedMessages":"59","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1r8t28z",{"filePath":"60","messages":"61","suppressedMessages":"62","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1o67o8g",{"filePath":"63","messages":"64","suppressedMessages":"65","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"66","messages":"67","suppressedMessages":"68","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"69","messages":"70","suppressedMessages":"71","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"72","messages":"73","suppressedMessages":"74","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"75","messages":"76","suppressedMessages":"77","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"78","messages":"79","suppressedMessages":"80","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"81","messages":"82","suppressedMessages":"83","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"13wjuik",{"filePath":"84","messages":"85","suppressedMessages":"86","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"87","messages":"88","suppressedMessages":"89","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"90","messages":"91","suppressedMessages":"92","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/README.md",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/eslint.config.mjs",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/license-file/scaffoldfy.json",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/monorepo-generate-packages-section/generate-packages-section.js",[],["93"],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/monorepo-generate-packages-section/scaffoldfy.json",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/package.json",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-changesets-release/release.yml",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-changesets-release/scaffoldfy.json",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-copilot-instructions/copilot-instructions.md",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-copilot-instructions/scaffoldfy.json",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-info/scaffoldfy.json",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/project-info/scaffoldfy.json",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/security-policy/scaffoldfy.json",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/tsdown.config.ts",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/turbo-workspace-package-generator/scaffoldfy.json",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/update-root-package-json/scaffoldfy.json",[],[],"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/vitest.config.ts",[],[],{"ruleId":"94","severity":2,"message":"95","line":65,"column":1,"nodeType":"96","messageId":"97","endLine":65,"endColumn":12,"suggestions":"98","suppressions":"99"},"no-console","Unexpected console statement. Only these console methods are allowed: warn, error.","MemberExpression","limited",["100"],["101"],{"fix":"102","messageId":"103","data":"104","desc":"105"},{"kind":"106","justification":"107"},{"range":"108","text":"107"},"removeConsole",{"propertyName":"109"},"Remove the console.log().","directive","",[1994,2042],"log"]
|
package/.cache/.prettiercache
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18"],{"key":"19","value":"20"},{"key":"21","value":"22"},{"key":"23","value":"24"},{"key":"25","value":"26"},{"key":"27","value":"28"},{"key":"29","value":"30"},{"key":"31","value":"32"},{"key":"33","value":"34"},{"key":"35","value":"36"},{"key":"37","value":"38"},{"key":"39","value":"40"},{"key":"41","value":"42"},{"key":"43","value":"44"},{"key":"45","value":"46"},{"key":"47","value":"48"},{"key":"49","value":"50"},{"key":"51","value":"52"},{"key":"53","value":"54"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/license-file/scaffoldfy.json",{"size":4598,"mtime":1761395507232,"hash":"55","data":"56"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-copilot-instructions/copilot-instructions.md",{"size":904,"mtime":1761395507233,"hash":"57","data":"58"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/package.json",{"size":993,"mtime":1761395517844,"hash":"59","data":"60"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/security-policy/scaffoldfy.json",{"size":1208,"mtime":1761395507233,"hash":"61","data":"62"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/monorepo-generate-packages-section/scaffoldfy.json",{"size":1990,"mtime":1761395507233,"hash":"63","data":"64"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/tsdown.config.ts",{"size":160,"mtime":1761395507233,"hash":"65","data":"66"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-copilot-instructions/scaffoldfy.json",{"size":649,"mtime":1761395507233,"hash":"67","data":"68"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-info/scaffoldfy.json",{"size":505,"mtime":1761395507233,"hash":"69","data":"70"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/turbo-workspace-package-generator/scaffoldfy.json",{"size":991,"mtime":1761395507233,"hash":"71","data":"72"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/vitest.config.ts",{"size":78,"mtime":1761395507233,"hash":"73","data":"74"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/monorepo-generate-packages-section/generate-packages-section.js",{"size":2047,"mtime":1761395507233,"hash":"75","data":"76"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/eslint.config.mjs",{"size":260,"mtime":1761395507232,"hash":"77","data":"78"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-changesets-release/release.yml",{"size":1139,"mtime":1761395507233,"hash":"79","data":"80"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/update-root-package-json/scaffoldfy.json",{"size":737,"mtime":1761395507233,"hash":"81","data":"82"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/project-info/scaffoldfy.json",{"size":2910,"mtime":1761395507233,"hash":"83","data":"84"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/pixpilot-changesets-release/scaffoldfy.json",{"size":1218,"mtime":1761395507233,"hash":"85","data":"86"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/README.md",{"size":2295,"mtime":1761395507232,"hash":"87","data":"88"},"/home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs/LICENSE",{"size":1065,"mtime":1761395507231,"hash":"89"},"17ba13b3f17ad017b74d9842bd8b011d",{"hashOfOptions":"90"},"129fc064577f2fe749ed401b01155b0c",{"hashOfOptions":"91"},"8984926af12b87f75df19692beeabf9d",{"hashOfOptions":"92"},"65a7147117e9077fffa1b1e38cd8b9b8",{"hashOfOptions":"93"},"1e6028e4acd54aa8d554692a31b1c807",{"hashOfOptions":"94"},"513debbbe37a0908feda9f0bcc5fcc4b",{"hashOfOptions":"95"},"822aebd5976b59c414537fca9fa1a065",{"hashOfOptions":"96"},"44e1f36b499567b923a9d6bf63334a52",{"hashOfOptions":"97"},"dcac1026ae17983547daba85e52bf4a4",{"hashOfOptions":"98"},"fb12a6e35e71f2db94bbf66fedb48a90",{"hashOfOptions":"99"},"c4b2e848701a00ec46150ef82d25fe09",{"hashOfOptions":"100"},"f9ce2b24b6b27b0bd159849f75d8bfd0",{"hashOfOptions":"101"},"6d888308c5d2927c9472c902b56b2973",{"hashOfOptions":"102"},"028af23b62d5a8e9f98fbdf345185939",{"hashOfOptions":"103"},"e9fa018ac35c9c1841b5dc25c84f9365",{"hashOfOptions":"104"},"b0a5e1ec33853a79c623832b27a0593b",{"hashOfOptions":"105"},"3cb6e0020cc85ad5ac0eb635b74a99b5",{"hashOfOptions":"106"},"9937b6ab6bff563917af91b674d32d26","1091911791","2734378173","7569829","34869034","2621525778","3649285687","3457824335","87225127","4008244420","2330534099","3818238147","733243520","4034346358","3037609409","2737831477","4256979194","1064095472"]
|
package/.turbo/turbo-format.log
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @pixpilot/scaffoldfy-configs@0.4.6 format /home/runner/work/scaffoldfy/scaffoldfy/packages/scaffoldfy-configs
|
|
3
|
-
> prettier --check . --ignore-path ../../.gitignore --ignore-path ../../.prettierignore --write --cache --cache-location .cache/.prettiercache
|
|
4
|
-
|
|
5
|
-
Checking formatting...
|
|
6
|
-
All matched files use Prettier code style!
|
package/.turbo/turbo-lint.log
DELETED