You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+99-13Lines changed: 99 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,64 @@
1
1
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->
2
2
3
3
4
+
5
+
6
+
7
+
8
+
9
+
4
10
[](#)
5
11
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
6
22
# cobol
7
23
8
24
[![Support me on Patreon][badge_patreon]][patreon][![Buy me a book][badge_amazon]][amazon][![PayPal][badge_paypal_donate]][paypal-donations][](https://github.com/IonicaBizau/ama)[](https://www.npmjs.com/package/cobol)[](https://www.npmjs.com/package/cobol)[](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)
9
25
10
26
<ahref="https://www.buymeacoffee.com/H96WwChMy"target="_blank"><imgsrc="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png"alt="Buy Me A Coffee"></a>
11
27
28
+
29
+
30
+
31
+
32
+
33
+
12
34
> COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS.
13
35
36
+
37
+
38
+
39
+
40
+
14
41
## Can I use this on production?
15
42
16
43
17
44
Of course, you can! It's production ready! If you ever did such a thing, [ping me (@IonicaBizau)](https://twitter.com/IonicaBizau). :boom::dizzy:
18
45
19
46
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
20
62
## Installation
21
63
22
64
@@ -36,6 +78,12 @@ $ npm i cobol
36
78
```
37
79
38
80
81
+
82
+
83
+
84
+
85
+
86
+
39
87
## :clipboard: Example
40
88
41
89
@@ -117,17 +165,28 @@ Cobol(function () {/*
117
165
118
166
119
167
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
120
176
## :question: Get Help
121
177
122
178
There are few ways to get help:
123
179
180
+
181
+
124
182
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.
125
183
2. For bug reports and feature requests, open issues. :bug:
126
-
127
184
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
128
185
129
186
130
187
188
+
189
+
131
190
## :memo: Documentation
132
191
133
192
@@ -150,6 +209,11 @@ Runs COBOL code from Node.JS side.
150
209
151
210
152
211
212
+
213
+
214
+
215
+
216
+
153
217
## :newspaper: Press Highlights
154
218
155
219
This project has become more popular than I expected. :smile: If you wrote or found an article about this project that is not in the list below, please [add it][contributing].
@@ -166,12 +230,17 @@ This project has become more popular than I expected. :smile: If you wrote or fo
166
230
-[3 open source projects for modern COBOL development](http://opensource.com/life/15/10/open-source-cobol-development) ([OpenSource.com](http://opensource.com/), by [Joshua Allen Holm](http://opensource.com/users/holmja))
167
231
168
232
233
+
234
+
235
+
236
+
237
+
238
+
169
239
## :yum: How to contribute
170
240
Have an idea? Found a bug? See [how to contribute][contributing].
171
241
172
242
173
243
## :sparkling_heart: Support my projects
174
-
175
244
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,
176
245
this takes time. You can integrate and use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it).
177
246
@@ -190,17 +259,32 @@ However, if you get some profit from this or just want to encourage me to contin
190
259
Thanks! :heart:
191
260
192
261
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
193
276
## :dizzy: Where is this library used?
194
277
If you are using this library in one of your projects, add it in this list. :sparkles:
195
278
279
+
-`cobol-promises`
280
+
281
+
282
+
283
+
284
+
196
285
197
-
-[`cobol-promises`](https://github.com/IonicaBizau/node-cobol-promises)—COBOL bridge for NodeJS with promises support.
198
286
199
-
## :sparkles: Related
200
287
201
-
-[`node.cobol`](https://github.com/IonicaBizau/node.cobol#readme)—Node.js bridge for COBOL which allows you to run Node.js code from COBOL.
202
-
-[`fortran`](https://github.com/IonicaBizau/node-fortran)—Fortran bridge for Node.js which allows you to run Fortran code from Node.js.
203
-
-[`node.fortran`](https://github.com/IonicaBizau/node.fortran#readme)—Execute Node.js in your Fortran programs.
204
288
205
289
206
290
@@ -209,16 +293,18 @@ If you are using this library in one of your projects, add it in this list. :spa
0 commit comments