taste 0.3.2 → 0.3.4-alpha.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/README.md +1 -11
- package/package.json +1 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Taste CLI
|
|
2
2
|
|
|
3
|
-
Manage taste learning packages for
|
|
3
|
+
Manage taste learning packages for CommandCode.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
@@ -105,14 +105,6 @@ npx taste -h # Show help
|
|
|
105
105
|
npx taste --help # Show help
|
|
106
106
|
```
|
|
107
107
|
|
|
108
|
-
## What is Taste?
|
|
109
|
-
|
|
110
|
-
Taste packages allow you to customize Command Code's behavior and preferences. Share your configurations, workflows, and preferences with your team or the community.
|
|
111
|
-
|
|
112
|
-
## Authentication
|
|
113
|
-
|
|
114
|
-
Authentication is handled automatically by Command Code. The first time you use a command that requires authentication, you'll be prompted to log in.
|
|
115
|
-
|
|
116
108
|
## Development
|
|
117
109
|
|
|
118
110
|
```bash
|
|
@@ -132,8 +124,6 @@ taste -v
|
|
|
132
124
|
|
|
133
125
|
## About
|
|
134
126
|
|
|
135
|
-
Taste CLI is a wrapper for Command Code's taste commands, providing a quick and convenient way to manage your taste packages.
|
|
136
|
-
|
|
137
127
|
For more information about Command Code, visit [commandcode.ai](https://commandcode.ai)
|
|
138
128
|
|
|
139
129
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taste",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4-alpha.0",
|
|
4
4
|
"description": "Taste CLI to manage CommandCode taste",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|
|
@@ -21,11 +21,6 @@
|
|
|
21
21
|
"url": "https://Langbase.com/docs"
|
|
22
22
|
},
|
|
23
23
|
"license": "UNLICENSED",
|
|
24
|
-
"repository": {
|
|
25
|
-
"type": "git",
|
|
26
|
-
"url": "https://github.com/langbase/command-code",
|
|
27
|
-
"directory": "packages/taste"
|
|
28
|
-
},
|
|
29
24
|
"files": [
|
|
30
25
|
"dist",
|
|
31
26
|
"README.md"
|