nika new
Create a new Nika application from the official Git template.
Example:
The command:
- Validates the application name.
- Clones
https://github.com/nika-framework/nika-app.gitinto the target directory. - Removes the template's
.gitdirectory. - Initializes a fresh Git repository when Git is available.
- Replaces the template module name with the new application name.
- Updates imports in
go.mod,main.go, andsrc/app.controller.go.
After creation, configure an agent with nika agent init ollama or another
provider.