@effect-app/cli 1.26.4 → 1.27.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 +12 -0
- package/dist/gist.d.ts +90 -23
- package/dist/gist.d.ts.map +1 -1
- package/dist/gist.js +217 -97
- package/package.json +6 -6
- package/src/gist.ts +303 -129
- package/test.gists.yaml +15 -7
- package/tsconfig.json +0 -1
package/test.gists.yaml
CHANGED
|
@@ -1,16 +1,24 @@
|
|
|
1
1
|
gists:
|
|
2
|
-
"cli-config":
|
|
2
|
+
# "cli-config-banana":
|
|
3
|
+
# company: "banana" # acts like a namespace
|
|
4
|
+
# description: "Package configuration and main source for Effect-App CLI"
|
|
5
|
+
# public: false
|
|
6
|
+
# files:
|
|
7
|
+
# - "package.json"
|
|
8
|
+
# # - "packages/cli/src/index.ts"
|
|
9
|
+
|
|
10
|
+
"cli-config-mela":
|
|
11
|
+
company: "mela" # acts like a namespace
|
|
3
12
|
description: "Package configuration and main source for Effect-App CLI"
|
|
4
13
|
public: false
|
|
5
14
|
files:
|
|
6
15
|
- "package.json"
|
|
7
|
-
- "packages/cli/src/index.ts"
|
|
8
16
|
|
|
9
|
-
"test-files":
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
17
|
+
# "test-files":
|
|
18
|
+
# description: "Test YAML files for gist functionality"
|
|
19
|
+
# public: false
|
|
20
|
+
# files:
|
|
21
|
+
# - "gists.yaml"
|
|
14
22
|
|
|
15
23
|
settings:
|
|
16
24
|
# GitHub token environment variable name
|