LayX CLI options
  1. Build layx build
  2. Unbuild layx unbuild
  3. Create layx create
  4. Optimize Images layx optimage
  5. Add Component and Font layx add [--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").
  6. Install layx install Note: 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.
  7. Uninstall layx uninstall