Root folder creation #2

Merged
javier merged 21 commits from feature/create-project-root into main 2025-01-27 23:54:51 +00:00
3 changed files with 5 additions and 0 deletions
Showing only changes of commit 7bd5ae6fcd - Show all commits

View File

@ -1,4 +1,5 @@
import ArgumentParser
import ColibriLibrary
@main
struct Colibri: AsyncParsableCommand {

View File

@ -0,0 +1 @@
import Foundation

View File

@ -0,0 +1,3 @@
import Testing
struct ColibriLibraryTests {}