@taqueria/plugin-core 0.42.2 → 0.42.5
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 -27
- package/package.json +2 -2
- package/_readme.eta +0 -33
package/README.md
CHANGED
|
@@ -2,30 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
The Core plugin provides core utility tasks that assist the user in various ways.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- Taqueria v0.22.2 or later
|
|
8
|
-
- Node.js v16.16 or later. (v17.x.x or later is not supported)
|
|
9
|
-
|
|
10
|
-
## Installation
|
|
11
|
-
|
|
12
|
-
To install the Core plugin on a Taqueria project, navigate to the project folder and run:
|
|
13
|
-
```shell
|
|
14
|
-
taq install @taqueria/plugin-core
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## The `taq clean` task
|
|
18
|
-
|
|
19
|
-
Basic usage is:
|
|
20
|
-
|
|
21
|
-
```shell
|
|
22
|
-
taq clean
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
### Basic description
|
|
26
|
-
|
|
27
|
-
This task will delete all Taqueria-related states and docker images
|
|
28
|
-
|
|
29
|
-
## Plugin Architecture
|
|
30
|
-
|
|
31
|
-
This is a plugin developed for Taqueria built on NodeJS using the Taqueria Node SDK and distributed via NPM
|
|
5
|
+
For more information, please see our documentation for the [Core plugin](https://taqueria.io/docs/plugins/plugin-core/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/plugin-core",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.5",
|
|
4
4
|
"description": "A taqueria plugin for core tasks",
|
|
5
5
|
"targets": {
|
|
6
6
|
"default": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"typescript": "^5.2.2"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@taqueria/node-sdk": "^0.42.
|
|
46
|
+
"@taqueria/node-sdk": "^0.42.5"
|
|
47
47
|
},
|
|
48
48
|
"tsup": {
|
|
49
49
|
"entry": [
|
package/_readme.eta
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<% if (it.output == "github") { %>
|
|
2
|
-
# Taqueria Core Plugin
|
|
3
|
-
<% } %>
|
|
4
|
-
|
|
5
|
-
The Core plugin provides core utility tasks that assist the user in various ways.
|
|
6
|
-
|
|
7
|
-
## Requirements
|
|
8
|
-
|
|
9
|
-
- Taqueria v0.22.2 or later
|
|
10
|
-
- Node.js v16.16 or later. (v17.x.x or later is not supported)
|
|
11
|
-
|
|
12
|
-
## Installation
|
|
13
|
-
|
|
14
|
-
To install the Core plugin on a Taqueria project, navigate to the project folder and run:
|
|
15
|
-
```shell
|
|
16
|
-
taq install @taqueria/plugin-core
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
## The `taq clean` task
|
|
20
|
-
|
|
21
|
-
Basic usage is:
|
|
22
|
-
|
|
23
|
-
```shell
|
|
24
|
-
taq clean
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
### Basic description
|
|
28
|
-
|
|
29
|
-
This task will delete all Taqueria-related states and docker images
|
|
30
|
-
|
|
31
|
-
## Plugin Architecture
|
|
32
|
-
|
|
33
|
-
This is a plugin developed for Taqueria built on NodeJS using the Taqueria Node SDK and distributed via NPM
|