@amistio/cli 0.1.1 → 0.1.3
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 +2 -2
- package/dist/index.js +2027 -113
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
The Amistio CLI runner pairs a local repository with an Amistio project, syncs project-brain files, and runs approved work on the user's machine.
|
|
4
4
|
|
|
5
|
-
Install the
|
|
5
|
+
Install the stable runner:
|
|
6
6
|
|
|
7
7
|
```sh
|
|
8
|
-
npm install -g @amistio/cli
|
|
8
|
+
npm install -g @amistio/cli
|
|
9
9
|
amistio --help
|
|
10
10
|
```
|
|
11
11
|
|