Implemented the Create subcommand (#5)

This PR contains the work done to add the *Build* subcommand that build a *Hummingbird* project from the command line to the `Colibri` command.

Reviewed-on: #5
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #5.
This commit is contained in:
2025-02-18 23:03:51 +00:00
committed by Javier Cicchelli
parent 212ca52279
commit 6a3b9b5141
9 changed files with 158 additions and 10 deletions
@@ -19,6 +19,14 @@ final class TemplateServiceMock {
self.spy = spy
}
init(
actions: [Action],
spy: TemplateServiceSpy? = nil
) {
self.actions = actions
self.spy = spy
}
}
// MARK: - TemplateServicing
@@ -19,6 +19,14 @@ final class TerminalServiceMock {
self.spy = spy
}
init(
actions: [Action],
spy: TerminalServiceSpy? = nil
) {
self.actions = actions
self.spy = spy
}
}
// MARK: - TerminalServicing