@xyo-network/xl1-cli 2.0.11 → 2.0.13
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 -0
- package/dist/cli-min.mjs +3117 -5666
- package/dist/cli-min.mjs.map +1 -1
- package/package.json +49 -67
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
|
+
|
|
1
3
|
# @xyo-network/xl1-cli
|
|
2
4
|
|
|
3
5
|
[![npm][npm-badge]][npm-link]
|
|
@@ -370,9 +372,12 @@ xl1 -c ./xyo.json --dump-providers start api producer
|
|
|
370
372
|
|
|
371
373
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
372
374
|
|
|
375
|
+
## Credits
|
|
373
376
|
|
|
377
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
374
378
|
|
|
375
379
|
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/xl1-cli.svg
|
|
376
380
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/xl1-cli
|
|
377
381
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/xl1-cli.svg
|
|
378
382
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
383
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|