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)