Common Unix command-line utilities implemented in MoonBit for policy-controlled execution.
Dependencies
cmd/
|-- moon.mod # name = "mooxCLI/cmd"
|-- cat/
| |-- moon.pkg # executable package mooxCLI/cmd/cat
| |-- main.mbt
| `-- README.md
|-- internal/
| |-- fsops/ # private filesystem helpers
| |-- netops/ # private network helpers
| `-- shell/ # private shell parsing helpers
|-- tests/
| |-- cram/ # command behavior tests
| `-- policy/ # policy behavior tests
`-- docs/moon update
moon check --target all --deny-warn
moon info
moon fmt
moon test --target all
moon cram test tests/cram TUTORIAL.md
sh tests/policy/check-wasm-policy.sh
sh tests/policy/check-third-batch-policy.shInstall
Download zipCommon Unix command-line utilities implemented in MoonBit for policy-controlled execution.
Dependencies