Aura Theme

Aura CLI

``` ✨ Welcome to Aura CLI ✨ Usage: aura [options] πŸͺ„ aura make port create a new port using the provided name πŸͺ„ aura tokenize tokenize the target file and save it to the destination (it replaces the hex color to Aura accent tokens whenever possible) πŸͺ„ aura build compile all the ports in production mode πŸͺ„ aura build only compile only the provided port by its name in prod πŸͺ„ aura dev compile all the ports in dev mode (watch for changes) πŸͺ„ aura dev only compile only the provided port by its name in dev (watch for changes) ``` > πŸ’‘β€Since there are scripts to handle the CLI in the `package.json`, you can change the `aura` in the commands listed above to yarn. > > Example: yarn make port my-awesome-app # License [MIT Β© Dalton Menezes](https://github.com/daltonmenezes/aura-theme/blob/main/LICENSE)