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
+8-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
+
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->
2
+
1
3
2
4
# powershell
3
5
4
-
[![Support me on Patreon][badge_patreon]][patreon][![Buy me a book][badge_amazon]][amazon][![PayPal][badge_paypal_donate]][paypal-donations][](https://www.npmjs.com/package/powershell)[](https://www.npmjs.com/package/powershell)
6
+
[![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/powershell)[](https://www.npmjs.com/package/powershell)
5
7
6
8
> Run PowerShell scripts and commands from Node.js.
7
9
@@ -50,13 +52,15 @@ ps.on("end", code => {
50
52
});
51
53
```
52
54
55
+
56
+
53
57
## :question: Get Help
54
58
55
59
There are few ways to get help:
56
60
57
61
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.
58
62
2. For bug reports and feature requests, open issues. :bug:
59
-
3. For direct and quick help from me, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
63
+
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
60
64
61
65
62
66
## :memo: Documentation
@@ -65,6 +69,7 @@ There are few ways to get help:
65
69
### `PowerShell(input, opt, cb)`
66
70
67
71
#### Params
72
+
68
73
-**String**`input`: The command or PowerShell script ro execute.
69
74
-**Object**`opt`: An object containing the following fields:
70
75
-`debug` (Boolean): Turn on/off the debug messages (default: `false`).
@@ -86,6 +91,7 @@ this takes time. You can integrate and use these projects in your applications *
86
91
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
87
92
88
93
- Starring and sharing the projects you like :rocket:
94
+
-[![Buy me a book][badge_amazon]][amazon]—I love books! I will remember you after years if you buy me one. :grin::book:
89
95
-[![PayPal][badge_paypal]][paypal-donations]—You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
90
96
-[![Support me on Patreon][badge_patreon]][patreon]—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).
91
97
-**Bitcoin**—You can send me bitcoins at this address (or scanning the code below): `1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6`
0 commit comments