@peachlife/artisan 0.1.1 → 0.1.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 +1 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,14 +19,9 @@ Backed by **Testcontainers**, **Execa**, and **Vitest**.
19
19
  Run Artisan directly. If you don't have tests yet, it will automatically bootstrap your environment, install dependencies, and generate a starter test.
20
20
 
21
21
  ```bash
22
- npx @peachlife/artisan test
22
+ npx @peachlife/artisan test --artifact ./dist/mycli
23
23
  ```
24
24
 
25
- **Explicit setup** — scaffold without running tests, then run when ready:
26
-
27
- ```bash
28
- npx @peachlife/artisan init
29
- npx @peachlife/artisan test
30
25
  ```
31
26
 
32
27
  ## The API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peachlife/artisan",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "artisan": "./bin/artisan.mjs"