@moxxy/cli 0.5.5 → 0.6.0
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 +3 -3
- package/dist/bin.js +484 -217
- package/dist/bin.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
<a href="https://www.typescriptlang.org">
|
|
22
22
|
<img src="https://img.shields.io/badge/TypeScript-strict-3178C6?logo=typescript&logoColor=white" alt="TypeScript" />
|
|
23
23
|
</a>
|
|
24
|
-
<a href="https://github.com/moxxy-ai/
|
|
25
|
-
<img src="https://github.com/moxxy-ai/
|
|
24
|
+
<a href="https://github.com/moxxy-ai/moxxy/actions/workflows/ci.yml">
|
|
25
|
+
<img src="https://github.com/moxxy-ai/moxxy/actions/workflows/ci.yml/badge.svg" alt="CI" />
|
|
26
26
|
</a>
|
|
27
27
|
</p>
|
|
28
28
|
|
|
@@ -221,7 +221,7 @@ Full documentation lives at [docs.moxxy.ai](https://docs.moxxy.ai): concepts, re
|
|
|
221
221
|
|
|
222
222
|
## Contributing
|
|
223
223
|
|
|
224
|
-
PRs welcome. The issue tracker and author guides live in the [moxxy monorepo](https://github.com/moxxy-ai/
|
|
224
|
+
PRs welcome. The issue tracker and author guides live in the [moxxy monorepo](https://github.com/moxxy-ai/moxxy).
|
|
225
225
|
|
|
226
226
|
## License
|
|
227
227
|
|