@fgv/repo-template 5.1.0-2
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/.rush/temp/45a8d0dcbb9c2e59fa02645657661dffbd25461f.tar.log +57 -0
- package/.rush/temp/92e27a75687fa5062b71fdb897f0928a8aa4e0c9.tar.log +57 -0
- package/.rush/temp/chunked-rush-logs/repo-template.build.chunks.jsonl +7 -0
- package/.rush/temp/operation/build/all.log +7 -0
- package/.rush/temp/operation/build/log-chunks.jsonl +7 -0
- package/.rush/temp/operation/build/state.json +3 -0
- package/.rush/temp/shrinkwrap-deps.json +576 -0
- package/README.md +216 -0
- package/bin/repo-template.js +18 -0
- package/config/rig.json +4 -0
- package/lib/cli.d.ts +14 -0
- package/lib/cli.d.ts.map +1 -0
- package/lib/cli.js +126 -0
- package/lib/cli.js.map +1 -0
- package/lib/commands/create.d.ts +17 -0
- package/lib/commands/create.d.ts.map +1 -0
- package/lib/commands/create.js +212 -0
- package/lib/commands/create.js.map +1 -0
- package/lib/commands/init-library.d.ts +25 -0
- package/lib/commands/init-library.d.ts.map +1 -0
- package/lib/commands/init-library.js +217 -0
- package/lib/commands/init-library.js.map +1 -0
- package/lib/commands/patch.d.ts +15 -0
- package/lib/commands/patch.d.ts.map +1 -0
- package/lib/commands/patch.js +104 -0
- package/lib/commands/patch.js.map +1 -0
- package/lib/commands/sync.d.ts +11 -0
- package/lib/commands/sync.d.ts.map +1 -0
- package/lib/commands/sync.js +156 -0
- package/lib/commands/sync.js.map +1 -0
- package/lib/index.d.ts +14 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +29 -0
- package/lib/index.js.map +1 -0
- package/lib/packlets/fs/index.d.ts +40 -0
- package/lib/packlets/fs/index.d.ts.map +1 -0
- package/lib/packlets/fs/index.js +142 -0
- package/lib/packlets/fs/index.js.map +1 -0
- package/lib/packlets/jsonc/index.d.ts +27 -0
- package/lib/packlets/jsonc/index.d.ts.map +1 -0
- package/lib/packlets/jsonc/index.js +124 -0
- package/lib/packlets/jsonc/index.js.map +1 -0
- package/lib/packlets/manifest/index.d.ts +15 -0
- package/lib/packlets/manifest/index.d.ts.map +1 -0
- package/lib/packlets/manifest/index.js +61 -0
- package/lib/packlets/manifest/index.js.map +1 -0
- package/lib/packlets/manifest/types.d.ts +33 -0
- package/lib/packlets/manifest/types.d.ts.map +1 -0
- package/lib/packlets/manifest/types.js +6 -0
- package/lib/packlets/manifest/types.js.map +1 -0
- package/lib/packlets/template/index.d.ts +22 -0
- package/lib/packlets/template/index.d.ts.map +1 -0
- package/lib/packlets/template/index.js +75 -0
- package/lib/packlets/template/index.js.map +1 -0
- package/package.json +32 -0
- package/rush-logs/repo-template.build.cache.log +4 -0
- package/rush-logs/repo-template.build.log +7 -0
- package/src/cli.ts +141 -0
- package/src/commands/create.ts +216 -0
- package/src/commands/init-library.ts +249 -0
- package/src/commands/patch.ts +84 -0
- package/src/commands/sync.ts +137 -0
- package/src/index.ts +14 -0
- package/src/packlets/fs/index.ts +114 -0
- package/src/packlets/jsonc/index.ts +134 -0
- package/src/packlets/manifest/index.ts +29 -0
- package/src/packlets/manifest/types.ts +36 -0
- package/src/packlets/template/index.ts +48 -0
- package/sync-manifest.json +222 -0
- package/temp/build/typescript/ts_l9Fw4VUO.json +1 -0
- package/templates/.gitignore.tmpl +85 -0
- package/templates/ACTIVE_DEVELOPMENT.md.tmpl +58 -0
- package/templates/CLAUDE.md.tmpl +124 -0
- package/templates/command-line.json.tmpl +50 -0
- package/templates/package.json.tmpl +5 -0
- package/templates/version-policies.json.tmpl +8 -0
- package/tsconfig.json +7 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
Start time: Thu Mar 26 2026 17:16:03 GMT+0100 (Central European Standard Time)
|
|
2
|
+
Invoking "/usr/bin/tar -c -f /Users/erik/Development/projects/fgv/prerelease/common/temp/build-cache/45a8d0dcbb9c2e59fa02645657661dffbd25461f-81ae1cd0b259fc4c.temp -z --files-from=-"
|
|
3
|
+
|
|
4
|
+
======= BEGIN PROCESS INPUT ======
|
|
5
|
+
.rush/temp/operation/build/all.log
|
|
6
|
+
.rush/temp/operation/build/log-chunks.jsonl
|
|
7
|
+
.rush/temp/operation/build/state.json
|
|
8
|
+
lib/cli.d.ts
|
|
9
|
+
lib/cli.d.ts.map
|
|
10
|
+
lib/cli.js
|
|
11
|
+
lib/cli.js.map
|
|
12
|
+
lib/commands/create.d.ts
|
|
13
|
+
lib/commands/create.d.ts.map
|
|
14
|
+
lib/commands/create.js
|
|
15
|
+
lib/commands/create.js.map
|
|
16
|
+
lib/commands/init-library.d.ts
|
|
17
|
+
lib/commands/init-library.d.ts.map
|
|
18
|
+
lib/commands/init-library.js
|
|
19
|
+
lib/commands/init-library.js.map
|
|
20
|
+
lib/commands/patch.d.ts
|
|
21
|
+
lib/commands/patch.d.ts.map
|
|
22
|
+
lib/commands/patch.js
|
|
23
|
+
lib/commands/patch.js.map
|
|
24
|
+
lib/commands/sync.d.ts
|
|
25
|
+
lib/commands/sync.d.ts.map
|
|
26
|
+
lib/commands/sync.js
|
|
27
|
+
lib/commands/sync.js.map
|
|
28
|
+
lib/index.d.ts
|
|
29
|
+
lib/index.d.ts.map
|
|
30
|
+
lib/index.js
|
|
31
|
+
lib/index.js.map
|
|
32
|
+
lib/packlets/fs/index.d.ts
|
|
33
|
+
lib/packlets/fs/index.d.ts.map
|
|
34
|
+
lib/packlets/fs/index.js
|
|
35
|
+
lib/packlets/fs/index.js.map
|
|
36
|
+
lib/packlets/jsonc/index.d.ts
|
|
37
|
+
lib/packlets/jsonc/index.d.ts.map
|
|
38
|
+
lib/packlets/jsonc/index.js
|
|
39
|
+
lib/packlets/jsonc/index.js.map
|
|
40
|
+
lib/packlets/manifest/index.d.ts
|
|
41
|
+
lib/packlets/manifest/index.d.ts.map
|
|
42
|
+
lib/packlets/manifest/index.js
|
|
43
|
+
lib/packlets/manifest/index.js.map
|
|
44
|
+
lib/packlets/manifest/types.d.ts
|
|
45
|
+
lib/packlets/manifest/types.d.ts.map
|
|
46
|
+
lib/packlets/manifest/types.js
|
|
47
|
+
lib/packlets/manifest/types.js.map
|
|
48
|
+
lib/packlets/template/index.d.ts
|
|
49
|
+
lib/packlets/template/index.d.ts.map
|
|
50
|
+
lib/packlets/template/index.js
|
|
51
|
+
lib/packlets/template/index.js.map
|
|
52
|
+
temp/build/typescript/ts_l9Fw4VUO.json
|
|
53
|
+
======== END PROCESS INPUT =======
|
|
54
|
+
======= BEGIN PROCESS OUTPUT =======
|
|
55
|
+
======== END PROCESS OUTPUT ========
|
|
56
|
+
|
|
57
|
+
Exited with code "0"
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
Start time: Thu Mar 26 2026 22:09:06 GMT+0100 (Central European Standard Time)
|
|
2
|
+
Invoking "/usr/bin/tar -c -f /Users/erik/Development/projects/fgv/prerelease/common/temp/build-cache/92e27a75687fa5062b71fdb897f0928a8aa4e0c9-a04acd19552cb8bf.temp -z --files-from=-"
|
|
3
|
+
|
|
4
|
+
======= BEGIN PROCESS INPUT ======
|
|
5
|
+
.rush/temp/operation/build/all.log
|
|
6
|
+
.rush/temp/operation/build/log-chunks.jsonl
|
|
7
|
+
.rush/temp/operation/build/state.json
|
|
8
|
+
lib/cli.d.ts
|
|
9
|
+
lib/cli.d.ts.map
|
|
10
|
+
lib/cli.js
|
|
11
|
+
lib/cli.js.map
|
|
12
|
+
lib/commands/create.d.ts
|
|
13
|
+
lib/commands/create.d.ts.map
|
|
14
|
+
lib/commands/create.js
|
|
15
|
+
lib/commands/create.js.map
|
|
16
|
+
lib/commands/init-library.d.ts
|
|
17
|
+
lib/commands/init-library.d.ts.map
|
|
18
|
+
lib/commands/init-library.js
|
|
19
|
+
lib/commands/init-library.js.map
|
|
20
|
+
lib/commands/patch.d.ts
|
|
21
|
+
lib/commands/patch.d.ts.map
|
|
22
|
+
lib/commands/patch.js
|
|
23
|
+
lib/commands/patch.js.map
|
|
24
|
+
lib/commands/sync.d.ts
|
|
25
|
+
lib/commands/sync.d.ts.map
|
|
26
|
+
lib/commands/sync.js
|
|
27
|
+
lib/commands/sync.js.map
|
|
28
|
+
lib/index.d.ts
|
|
29
|
+
lib/index.d.ts.map
|
|
30
|
+
lib/index.js
|
|
31
|
+
lib/index.js.map
|
|
32
|
+
lib/packlets/fs/index.d.ts
|
|
33
|
+
lib/packlets/fs/index.d.ts.map
|
|
34
|
+
lib/packlets/fs/index.js
|
|
35
|
+
lib/packlets/fs/index.js.map
|
|
36
|
+
lib/packlets/jsonc/index.d.ts
|
|
37
|
+
lib/packlets/jsonc/index.d.ts.map
|
|
38
|
+
lib/packlets/jsonc/index.js
|
|
39
|
+
lib/packlets/jsonc/index.js.map
|
|
40
|
+
lib/packlets/manifest/index.d.ts
|
|
41
|
+
lib/packlets/manifest/index.d.ts.map
|
|
42
|
+
lib/packlets/manifest/index.js
|
|
43
|
+
lib/packlets/manifest/index.js.map
|
|
44
|
+
lib/packlets/manifest/types.d.ts
|
|
45
|
+
lib/packlets/manifest/types.d.ts.map
|
|
46
|
+
lib/packlets/manifest/types.js
|
|
47
|
+
lib/packlets/manifest/types.js.map
|
|
48
|
+
lib/packlets/template/index.d.ts
|
|
49
|
+
lib/packlets/template/index.d.ts.map
|
|
50
|
+
lib/packlets/template/index.js
|
|
51
|
+
lib/packlets/template/index.js.map
|
|
52
|
+
temp/build/typescript/ts_l9Fw4VUO.json
|
|
53
|
+
======== END PROCESS INPUT =======
|
|
54
|
+
======= BEGIN PROCESS OUTPUT =======
|
|
55
|
+
======== END PROCESS OUTPUT ========
|
|
56
|
+
|
|
57
|
+
Exited with code "0"
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{"kind":"O","text":"Invoking: heft build --clean \n"}
|
|
2
|
+
{"kind":"O","text":" ---- build started ---- \n"}
|
|
3
|
+
{"kind":"O","text":"[build:clean] Deleted 0 files and 2 folders\n"}
|
|
4
|
+
{"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
|
|
5
|
+
{"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
|
|
6
|
+
{"kind":"O","text":" ---- build finished (0.796s) ---- \n"}
|
|
7
|
+
{"kind":"O","text":"-------------------- Finished (0.797s) --------------------\n"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
Invoking: heft build --clean
|
|
2
|
+
---- build started ----
|
|
3
|
+
[build:clean] Deleted 0 files and 2 folders
|
|
4
|
+
[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.
|
|
5
|
+
[build:typescript] Using TypeScript version 5.9.3
|
|
6
|
+
---- build finished (0.796s) ----
|
|
7
|
+
-------------------- Finished (0.797s) --------------------
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{"kind":"O","text":"Invoking: heft build --clean \n"}
|
|
2
|
+
{"kind":"O","text":" ---- build started ---- \n"}
|
|
3
|
+
{"kind":"O","text":"[build:clean] Deleted 0 files and 2 folders\n"}
|
|
4
|
+
{"kind":"O","text":"[build:typescript] The TypeScript compiler version 5.9.3 is newer than the latest version that was tested with Heft (5.8); it may not work correctly.\n"}
|
|
5
|
+
{"kind":"O","text":"[build:typescript] Using TypeScript version 5.9.3\n"}
|
|
6
|
+
{"kind":"O","text":" ---- build finished (0.796s) ---- \n"}
|
|
7
|
+
{"kind":"O","text":"-------------------- Finished (0.797s) --------------------\n"}
|