@typeslayer/win32-x64 0.1.5 → 0.1.7
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 +40 -0
- package/package.json +3 -3
- package/typeslayer.exe +0 -0
package/README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Windows x64 Binary
|
|
2
|
+
|
|
3
|
+
TypeSlayer binary for Windows x64
|
|
4
|
+
|
|
5
|
+
This is an internal package distributed by the main [@typeslayer](https://www.npmjs.com/package/typeslayer) package.
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
You should not install this package directly. Instead, install the main package:
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npm install --save typeslayer
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
The appropriate binary for your platform will be automatically downloaded.
|
|
16
|
+
|
|
17
|
+
## Usage
|
|
18
|
+
|
|
19
|
+
After installing the main `typeslayer` package, use it via:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
npx typeslayer --help
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
Or globally:
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npm install -g typeslayer
|
|
29
|
+
typeslayer --help
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## About TypeSlayer
|
|
33
|
+
|
|
34
|
+
TypeSlayer analyzes your TypeScript types to identify and optimize unused or redundant type definitions.
|
|
35
|
+
|
|
36
|
+
For more information, visit the [main repository](https://github.com/dimitropoulos/typeslayer).
|
|
37
|
+
|
|
38
|
+
## License
|
|
39
|
+
|
|
40
|
+
MIT
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typeslayer/win32-x64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "TypeSlayer binary for Windows x64",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "
|
|
11
|
-
"directory": "
|
|
10
|
+
"url": "https://github.com/dimitropoulos/typeslayer.git",
|
|
11
|
+
"directory": "npm/win32-x64"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
14
|
"url": "https://github.com/dimitropoulos/typeslayer/issues"
|
package/typeslayer.exe
CHANGED
|
Binary file
|