We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc8d64 commit 2caadf5Copy full SHA for 2caadf5
1 file changed
README.md
@@ -6,9 +6,16 @@
6
Generate js proxy files from dts-bundle file
7
8
## Get started
9
-```sh
10
-$ npm install dts-bundle -g
+## Usage
+
11
+1) Install from npm:
12
+```cmd
13
+$ npm install dts-bundle-proxyjs
14
```
15
+2) Run `dts-bundle`.
16
17
+3) After `d.ts` file bundled, run `dts-bundle-proxyjs`.
18
19
## Features
20
- Creates JS proxy from bundled dts.
21
@@ -53,4 +60,4 @@ $ dts-bundle-proxy -c dts-bundle.json
53
60
`*` - Required.
54
61
55
62
## License
56
-Released under the [PGL-3.0 license](LICENSE).
63
+Released under the [PGL-3.0 license](LICENSE).
0 commit comments