Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 992 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 992 Bytes

Wpack

Tags Doc License

Application packager for Dwm

Usage

Since this module depends on unstable FFI API, you need to pass --unstable along with --allow-ffi, --allow-write and --allow-env.

deno install --unstable --allow-ffi --allow-write --allow-env -n wpack https://raw.githubusercontent.com/deno-windowing/wpack/main/main.ts
wpack compile <file> -o <output-file>

Maintainers

License

Apache-2.0 licensed.

Copyright 2023 © The Deno Windowing Team