November 2018
Intermediate to advanced
404 pages
10h 16m
English
You can use the Tree command to display the file structure of your project. If you haven't installed Tree on your system, you can refer to the previous section for the installation instruction.
See the following for the list of files displayed by the Tree command. The list is expected to grow longer after kitura init fetches dependencies and builds out everything:
. ├── Dockerfile ├── Dockerfile-tools ├── Jenkinsfile ├── LICENSE ├── Package.swift ├── README.md ├── Sources │ ├── Application │ │ ├── Application.swift │ │ ├── InitializationError.swift │ │ ├── Metrics.swift │ │ └── Routes │ │ └── HealthRoutes.swift │ └── kitura │ └── main.swift ├── Tests │ ├── ApplicationTests │ │ └── RouteTests.swift ...
Read now
Unlock full access