• Create new project & app:

    dx new
    
  • [!!! DANGER !!!] Forcefully create new project (overwriting current directory & git repo if any):

    dx new --overwrite
    
    # short term:
    dx new -o
    
  • Initialize a framework in the current app directory:

    cd /path/to/source/code
    dx init