Most of the CLI features in Kitura are encompassed in Kitura Application Generator (KAG), which allows you to configure a new Kitura project in a question and answer way. If you just need a basic starter project, you can simply use the kitura init command:
Useful CLI Commands | Usage |
---|---|
kitura init | Creates a basic starter project |
kitura create | Creates an application using KAG |
The rest of this section will cover the usage of KAG.