scrypt-testgen 1.0.1 → 1.0.2
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 +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,9 +13,10 @@ Automatic test generator for sCrypt-ts smart contracts. Generates comprehensive
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install -g scrypt-testgen
|
|
16
|
+
npm install -g scrypt-testgen@latest
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
npx scrypt-testgen path/to/contract.ts
|
|
20
|
+
|
|
21
|
+
# optional
|
|
22
|
+
--minimal or -- coverage
|