CLI.md

October 3, 2021 Β· View on GitHub

Aura Theme

Aura CLI

✨ 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 the aura in the commands listed above to yarn.

Example:

yarn make port my-awesome-app

License

MIT Β© Dalton Menezes