mrvn-cli 0.4.6 → 0.4.8
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 +7 -1
- package/dist/index.js +836 -26
- package/dist/index.js.map +1 -1
- package/dist/marvin-serve.js +795 -35
- package/dist/marvin-serve.js.map +1 -1
- package/dist/marvin.js +854 -46
- package/dist/marvin.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -751,4 +751,10 @@ npm run typecheck # TypeScript check without emitting
|
|
|
751
751
|
|
|
752
752
|
## License
|
|
753
753
|
|
|
754
|
-
MIT
|
|
754
|
+
Marvin CLI is open-source and released under the MIT License with Commons Clause. This means you can:
|
|
755
|
+
|
|
756
|
+
- Use Marvin for personal and commercial projects
|
|
757
|
+
- Modify the source code to fit your needs
|
|
758
|
+
- Distribute copies of the software
|
|
759
|
+
- Contribute improvements back to the community
|
|
760
|
+
- The Commons Clause adds one important restriction: you cannot sell Marvin itself as a service or product, but you can use it in your own applications and services.
|