tangled
alpha
login
or
join now
atscan.net
/
plcbundle-ref
5
fork
atom
PLC Bundle V1 Example Implementations
5
fork
atom
overview
issues
pulls
pipelines
update readme
tree.fail
4 months ago
11ed7a99
ec0e8802
+7
-1
1 changed file
expand all
collapse all
unified
split
README.md
+7
-1
README.md
···
19
19
20
20
## TypeScript
21
21
22
22
-
File: [plcbundle.ts](plcbundle.ts)
22
22
+
File: [`typescript/plcbundle.ts`](typescript/plcbundle.ts)
23
23
24
24
### Usage
25
25
···
63
63
node dist/plcbundle.js ./my_plc_bundles
64
64
```
65
65
66
66
+
---
67
67
+
66
68
## Python
69
69
+
70
70
+
File: [`python/plcbundle.py`](python/plcbundle.py)
71
71
+
72
72
+
### Usage
67
73
68
74
TODO