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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. 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
- ## Usage
20
- ```bash
21
- scrypt-testgen path/to/contract.ts --minimal or -- coverage
19
+ npx scrypt-testgen path/to/contract.ts
20
+
21
+ # optional
22
+ --minimal or -- coverage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scrypt-testgen",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Automatic test generator for sCrypt-ts smart contracts",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {