NOX Framework v1.0.0

This commit is contained in:
nox-project
2026-04-07 10:17:43 +02:00
commit 913e764133
163 changed files with 15613 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
Tests: smoke
Depends: @
Restrictions: allow-stderr
Vendored Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -e
nox-cli --help > /dev/null
nox-cli --version > /dev/null
echo "smoke: OK"