Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
refactor(osascript): move to `expo/expo (#4793)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Dec 8, 2023
1 parent dab3e6e commit ad5c0fc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 322 deletions.
21 changes: 0 additions & 21 deletions packages/osascript/LICENSE

This file was deleted.

32 changes: 2 additions & 30 deletions packages/osascript/README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
<!-- Title -->
<h1 align="center">
👋 Welcome to <br><code>@expo/osascript</code>
</h1>
# `@expo/osascript`

<p align="center">Tools for running osascripts in Node.</p>

<p align="center">
<img src="https://flat.badgen.net/packagephobia/install/@expo/osascript">

<a href="https://www.npmjs.com/package/@expo/osascript">
<img src="https://flat.badgen.net/npm/dw/@expo/osascript" target="_blank" />
</a>
</p>

<!-- Body -->

## Example

```sh
ccheever@Charless-MacBook-Air:~/projects/osascript$nesh -y
.Node v4.1.0
Type .help for more information
nesh*> .require .
osascript = require("/Users/ccheever/projects/osascript")
nesh*> yield osascript.execAsync('tell app "System Events" to count processes whose name is "Simulator"')
'1\n'
nesh*> yield osascript.spawnAsync('quit app "Safari"')
0
nesh*>
```
This package has [moved to the `expo/expo` repo](https://github.com/expo/expo/tree/main/packages/%40expo/osascript).
42 changes: 0 additions & 42 deletions packages/osascript/package.json

This file was deleted.

220 changes: 0 additions & 220 deletions packages/osascript/src/index.ts

This file was deleted.

9 changes: 0 additions & 9 deletions packages/osascript/tsconfig.json

This file was deleted.

0 comments on commit ad5c0fc

Please sign in to comment.