acuvo-code 0.3.0 → 0.3.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.
- package/README.md +4 -0
- package/bin/acuvo.mjs +3256 -3201
- package/lib/device-login.mjs +57 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1243,3 +1243,7 @@ kind, so it is named here rather than left to be discovered.
|
|
|
1243
1243
|
## Licence
|
|
1244
1244
|
|
|
1245
1245
|
**Functional Source License (FSL-1.1-Apache-2.0).** See [LICENSE](./LICENSE) — read it, audit it, run it, self-host it, modify it, build on it. The one thing you may not do is run a commercial service that substitutes for Acuvo Code. Converts to Apache 2.0 after two years.
|
|
1246
|
+
|
|
1247
|
+
---
|
|
1248
|
+
|
|
1249
|
+
<sub>Acuvo Code is a developer tool built by XXIautomate. **Not affiliated with, endorsed by, or connected to AKUVO, Inc.** or any collections, lending or financial software product.</sub>
|