@expo/osascript 2.0.31 → 2.0.32
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 +18 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- Title -->
|
|
2
|
+
<h1 align="center">
|
|
3
|
+
👋 Welcome to <br><code>@expo/osascript</code>
|
|
4
|
+
</h1>
|
|
2
5
|
|
|
3
|
-
Tools for running
|
|
6
|
+
<p align="center">Tools for running osascripts in Node.</p>
|
|
4
7
|
|
|
5
|
-
|
|
8
|
+
<p align="center">
|
|
9
|
+
<img src="https://flat.badgen.net/packagephobia/install/@expo/osascript">
|
|
10
|
+
|
|
11
|
+
<a href="https://www.npmjs.com/package/@expo/osascript">
|
|
12
|
+
<img src="https://flat.badgen.net/npm/dw/@expo/osascript" target="_blank" />
|
|
13
|
+
</a>
|
|
14
|
+
</p>
|
|
15
|
+
|
|
16
|
+
<!-- Body -->
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```sh
|
|
6
21
|
ccheever@Charless-MacBook-Air:~/projects/osascript$nesh -y
|
|
7
22
|
.Node v4.1.0
|
|
8
23
|
Type .help for more information
|