@custom-js/n8n-nodes-pdf-toolkit 1.53.0 → 1.54.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 +0 -38
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,44 +23,6 @@ Use the package at [here](https://www.npmjs.com/package/@custom-js/n8n-nodes-pdf
|
|
|
23
23
|
|
|
24
24
|
Add your Api Key and store securely
|
|
25
25
|
|
|
26
|
-
## Local Development with Docker
|
|
27
|
-
|
|
28
|
-
To test your local changes using Docker:
|
|
29
|
-
|
|
30
|
-
### Prerequisites
|
|
31
|
-
- Docker and Docker Compose installed
|
|
32
|
-
- Node.js and npm installed
|
|
33
|
-
|
|
34
|
-
### Setup Steps
|
|
35
|
-
|
|
36
|
-
1. **Build the package:**
|
|
37
|
-
```bash
|
|
38
|
-
npm run build
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
2. **Start n8n with Docker:**
|
|
42
|
-
```bash
|
|
43
|
-
docker compose up -d
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
### Development Workflow
|
|
47
|
-
|
|
48
|
-
After making code changes:
|
|
49
|
-
|
|
50
|
-
```bash
|
|
51
|
-
npm run build && docker restart n8n-dev
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
To view logs:
|
|
55
|
-
```bash
|
|
56
|
-
docker logs n8n-dev -f
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
To stop the environment:
|
|
60
|
-
```bash
|
|
61
|
-
docker compose down
|
|
62
|
-
```
|
|
63
|
-
|
|
64
26
|
|
|
65
27
|
## Usage
|
|
66
28
|
|