Add Component and Font
layxadd[--component|-c]|[--font|-f] ["Component Name"|"Font Name"]Note: The add --component feature is currently under development. This feature will
allow you to add community-provided components to your project. Additionally, the add
--font command can be used to include Google Fonts in your project.
For example: layx add -f roboto will add the Roboto font family. Font names are case-insensitive, but
if the name contains spaces, it must be enclosed in quotes (e.g., "open sans").
Install
layxinstallNote: On Linux and macOS, before installation, you need to run chmod +x ./layx.sh to
make it executable. Once installed, all commands remain the same.