@byfriends/cli 0.1.1 → 0.2.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/LICENSE +28 -0
- package/dist/main.d.mts +0 -1
- package/dist/main.mjs +4126 -4673
- package/package.json +23 -25
package/LICENSE
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
BYF PROPRIETARY LICENSE
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026-2027 ByronFinn
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted to copy and redistribute this software in its
|
|
6
|
+
unmodified form, without charge. This permission does not extend to modified
|
|
7
|
+
versions of the software.
|
|
8
|
+
|
|
9
|
+
Local modification of this software for personal use is permitted, provided
|
|
10
|
+
that such modifications are not distributed to third parties.
|
|
11
|
+
|
|
12
|
+
Restrictions:
|
|
13
|
+
1. You may NOT redistribute modified versions of this software.
|
|
14
|
+
2. You may NOT use this software for commercial purposes.
|
|
15
|
+
3. You may NOT sublicense, sell, or offer this software as a service.
|
|
16
|
+
|
|
17
|
+
This software is source-available but NOT open source. The source code is
|
|
18
|
+
made publicly visible for review purposes only.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
+
SOFTWARE.
|
|
27
|
+
|
|
28
|
+
For questions about licensing, contact: https://github.com/ByronFinn/byf/issues
|