tidbyt / pixlet

Build apps for pixel-based displays ✨
https://tidbyt.com
Apache License 2.0
756 stars 107 forks source link

Support app directories in all commands #1061

Closed rohansingh closed 4 months ago

rohansingh commented 4 months ago

Support multi-file app directories in remaining commands like check, profile, lint, etc.

Note that pixlet check no longer supports the -r flag for recursively searching through a directory. This is because a single app can now contain subfolders with Starlark files, which should be checked and validated as part of the enclosing app.

This change also removes spell-checking entirely.