spawno 2.1.1 → 2.1.2
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/LICENSE +1 -1
- package/README.md +4 -21
- package/lib/index.js +0 -0
- package/package.json +4 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2016-
|
|
3
|
+
Copyright (c) 2016-25 Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
# spawno
|
|
21
21
|
|
|
22
|
-
[![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/spawno) [](https://www.npmjs.com/package/spawno) [](https://www.codementor.io
|
|
22
|
+
[![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/spawno) [](https://www.npmjs.com/package/spawno) [](https://www.codementor.io/@johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)
|
|
23
23
|
|
|
24
24
|
<a href="https://www.buymeacoffee.com/H96WwChMy" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee"></a>
|
|
25
25
|
|
|
@@ -109,6 +109,7 @@ spawn.promise("curl", ["ionicabizau.net"]).then(console.log)
|
|
|
109
109
|
|
|
110
110
|
|
|
111
111
|
|
|
112
|
+
|
|
112
113
|
## :question: Get Help
|
|
113
114
|
|
|
114
115
|
There are few ways to get help:
|
|
@@ -123,6 +124,8 @@ There are few ways to get help:
|
|
|
123
124
|
|
|
124
125
|
|
|
125
126
|
|
|
127
|
+
|
|
128
|
+
|
|
126
129
|
## :memo: Documentation
|
|
127
130
|
|
|
128
131
|
|
|
@@ -201,26 +204,6 @@ Thanks! :heart:
|
|
|
201
204
|
|
|
202
205
|
|
|
203
206
|
|
|
204
|
-
## :dizzy: Where is this library used?
|
|
205
|
-
If you are using this library in one of your projects, add it in this list. :sparkles:
|
|
206
|
-
|
|
207
|
-
- `powershell`
|
|
208
|
-
- `diable`
|
|
209
|
-
- `spawn-npm`
|
|
210
|
-
- `electroner`
|
|
211
|
-
- `git-cloner`
|
|
212
|
-
- `git-status`
|
|
213
|
-
- `@zkochan/diable`
|
|
214
|
-
- `babel-it`
|
|
215
|
-
- `initial-commit-date`
|
|
216
|
-
- `fortran`
|
|
217
|
-
- `striking-clock`
|
|
218
|
-
- `git-change-author`
|
|
219
|
-
- `pull-from-source`
|
|
220
|
-
- `ship-release`
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
207
|
|
|
225
208
|
|
|
226
209
|
|
package/lib/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spawno",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Easily work with child processes.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"directories": {
|
|
@@ -39,9 +39,11 @@
|
|
|
39
39
|
"menu/",
|
|
40
40
|
"cli.js",
|
|
41
41
|
"index.js",
|
|
42
|
+
"index.d.ts",
|
|
43
|
+
"package-lock.json",
|
|
42
44
|
"bloggify.js",
|
|
43
45
|
"bloggify.json",
|
|
44
46
|
"bloggify/"
|
|
45
47
|
],
|
|
46
48
|
"blah": {}
|
|
47
|
-
}
|
|
49
|
+
}
|