✨ Welcome to Aura CLI ✨
Usage: aura <command> [options]
🪄 aura make port <port-name> create a new port using the provided name
🪄 aura tokenize <target> <destination> 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 <port-name> 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 <port-name> 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 theaura
in the commands listed above to yarn.Example:
yarn make port my-awesome-app