5 Commits

Author SHA1 Message Date
7bd5ae6fcd Merge branch 'main' into feature/create-project-root 2025-01-28 00:53:58 +01:00
d0d47d280d Package target setup (#1)
This PR contains the work done to setup the *executable*, *library*, and *test* targets for the Swift package. In addition, some boilerplate code has been removed.

Reviewed-on: #1
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2025-01-27 23:38:34 +00:00
c1b3fb50a3 Implemented the creation of a root folder within the Create command in the executable target. 2025-01-12 02:47:39 +01:00
db1df0ec62 Created the basis of the Create command in the executable target. 2025-01-12 01:42:43 +01:00
ecbec1f4c8 Created the library and test targets as well as the executable and library products for the Package file. 2025-01-11 00:32:05 +01:00