Commit Graph

  • 95698a2824 Added some resource files to the executable target. Javier Cicchelli 2025-01-16 00:36:56 +01:00
  • 7cd1777735 Moved the source files under the "CLI" folder in the executable target. Javier Cicchelli 2025-01-16 00:31:53 +01:00
  • 489cf3d780 Implemented the "copyItem(from: to: )" function for the FileService service in the library target. Javier Cicchelli 2025-01-14 23:52:33 +01:00
  • 26fde119ef Improved the naming of the functions for the FileServicing protocol in the library target. Javier Cicchelli 2025-01-13 23:27:50 +01:00
  • df556f83ab Added the CreateFoldersTasks task into the "run()" function for the CreateCommand command in the app target. Javier Cicchelli 2025-01-13 00:36:56 +01:00
  • d065425c69 Implemented the CreateFoldersTask task in the library target. Javier Cicchelli 2025-01-13 00:33:13 +01:00
  • 2852f4b1bf Improved the FileServiceMock mock in the tests target to support multiple actions. Javier Cicchelli 2025-01-13 00:32:16 +01:00
  • 12151deea0 Implemented the "actions" property for the FileServiceSpy spy in the tests target to support tracking multiple actions. Javier Cicchelli 2025-01-12 23:28:20 +01:00
  • a1ad391baa Implemented the "init(at: )" initialiser, the "pathString" computed property, and the "appendingPath(_: )" function for the URL+Extensions extension in the library target. Javier Cicchelli 2025-01-12 21:25:51 +01:00
  • 3a447b4f71 Renamed the Create file in the executable target as CreateCommand. Javier Cicchelli 2025-01-12 03:15:35 +01:00
  • afa7686407 Moved the Create.Options model to its own file in the executable target. Javier Cicchelli 2025-01-12 03:13:42 +01:00
  • 1f738fe644 Created the CreateProjectTask task in the library target. Javier Cicchelli 2025-01-12 03:11:03 +01:00
  • 75978f75b3 Merge branch 'feature/create-basic-project' into feature/create-project-root Javier Cicchelli 2025-01-12 03:07:07 +01:00
  • cbd3789ca7 Implemented the creation of a root folder within the Create command in the executable target. Javier Cicchelli 2025-01-12 02:41:17 +01:00
  • c1b3fb50a3 Implemented the creation of a root folder within the Create command in the executable target. Javier Cicchelli 2025-01-12 02:41:17 +01:00
  • 6bf9c30ad1 Improved the CreatedRootFolderTask task in the library target to throw error in case the function receives an empty name. Javier Cicchelli 2025-01-12 02:16:30 +01:00
  • db1df0ec62 Created the basis of the Create command in the executable target. Javier Cicchelli 2025-01-12 01:42:43 +01:00
  • 15d1e22f1c Defined the minimum platform requirements for the Package file. Javier Cicchelli 2025-01-12 01:33:52 +01:00
  • af1703e6c1 Implemented the CreatedRootFolderTask task in the Library target. Javier Cicchelli 2025-01-11 18:40:09 +01:00
  • 3f98d08a00 Written test cases for the FileServicing conformance using relevant mock and spy in the Tests target. Javier Cicchelli 2025-01-11 11:33:19 +01:00
  • a7be1ec0b0 Implemented the FileServiceMock mock in the Tests target. Javier Cicchelli 2025-01-11 11:28:27 +01:00
  • 4b900818ec Implemented the FileServiceSpy spy in the Tests target. Javier Cicchelli 2025-01-11 11:27:39 +01:00
  • 1d080cce45 Implemented the "createFolder(at: )" function for the FileService service in the module target. Javier Cicchelli 2025-01-11 05:08:06 +01:00
  • 58151a4e5a Implemented the "delete(at: )" function for the FileService service in the module target. Javier Cicchelli 2025-01-11 04:44:02 +01:00
  • 7d0ad3461a Implemented the "exists(at: )" function for the FileService service in the module target. Javier Cicchelli 2025-01-11 03:24:22 +01:00
  • 739fe0c8de Implemented the "init(at: )" initialiser function for the URL+Inits extension in the Library target. Javier Cicchelli 2025-01-11 03:19:59 +01:00
  • 2128c0cde2 Removed boilerplate files from the Library and Tests targets. Javier Cicchelli 2025-01-11 01:35:51 +01:00
  • 6938b358e1 Implemented the "currentFolder" property for the FileService service in the Library target. Javier Cicchelli 2025-01-11 01:26:26 +01:00
  • ecbec1f4c8 Created the library and test targets as well as the executable and library products for the Package file. Javier Cicchelli 2025-01-11 00:06:58 +01:00
  • 3e8e321c73 Created the Colibri command. Javier Cicchelli 2025-01-09 09:56:47 +01:00
  • 98dca62dca Added the ArgumentParser package dependency to the package, and plugged it in into the executable target. Javier Cicchelli 2025-01-09 09:24:55 +01:00
  • a3420423d6 Removed unnecessary comments from the Package file. Javier Cicchelli 2025-01-07 01:41:10 +01:00
  • b2c911d165 Initial Commit Javier Cicchelli 2025-01-07 01:33:46 +01:00