https://pub.dev/api/packages/cmd_plus/feed.atomRecently published versions of package cmd_plus on pub.dev2025-05-24T10:49:16.252787Zmankeli.coPub Feed GeneratorA wrapper around dart:io Process, package:io and mason_logger to make it easier to run commands in dart scripts.urn:uuid:5988f52f-8e34-4c21-934c-3a76d26bf1fav1.3.4 of cmd_plus2025-05-24T10:49:16.252787Z1.3.4 was published on May 24, 2025. Changelog excerpt: - Removes DCM dependencies - Updates dependenciesurn:uuid:dde3e9a7-9146-4c13-9409-ef2c4a92a611v1.3.3 of cmd_plus2023-05-22T15:01:42.293737Z1.3.3 was published on May 22, 2023. Changelog excerpt: - Updates documentationurn:uuid:82f20fea-3f5c-41da-acc1-81288345f0bcv1.3.2 of cmd_plus2023-04-04T13:12:15.422538Z1.3.2 was published on Apr 4, 2023. Changelog excerpt: - Minor updates to the maintainability of the codebaseurn:uuid:dd4dee30-021c-4efe-8330-54162df5b5d4v1.3.1 of cmd_plus2023-03-31T17:02:06.456786Z1.3.1 was published on Mar 31, 2023. Changelog excerpt: - **BREAKING CHANGE**:Renames `DirectoryCopyFilter`to `DirectoryFilter`and `FileCopyFilter`to `FileFilter` - Creates new method, `filterDirectory()`, for applying the same great filtering logic to in-place-edits (no need to create tmp directories etc.) - Creates new method, `deleteEmptyDirectories()`, for deleting all of the empty subdirectories within a directoryurn:uuid:07376020-b5a2-4527-a37c-57bdc56fb4b7v1.2.2 of cmd_plus2023-03-04T18:05:44.235809Z1.2.2 was published on Mar 4, 2023. Changelog excerpt: - Won't terminate `sharedStdIn`if `ProcessManager`is not used.urn:uuid:8e89ad75-a345-434a-a0bd-b6ac90af826bv1.2.1 of cmd_plus2023-03-04T17:45:56.681630Z1.2.1 was published on Mar 4, 2023. Changelog excerpt: - Won't create `ProcessManager`when not provided as parameter, until it is actually required. This shall fix all the issues when using `CmdPlus().run()`in `mason`hooks.urn:uuid:eed3393a-a8b1-46c6-a3dc-ffb9376d70bfv1.2.0 of cmd_plus2023-03-04T10:04:29.835432Z1.2.0 was published on Mar 4, 2023. Changelog excerpt: - **BREAKING CHANGE**: Splits `copy`into two functions, `copyDirectory`and `copyFile`. - **BREAKING CHANGE**: Renames `CopyFilter`to `DirectoryCopyFilter` - Creates a new `FileCopyFilter` - Exports internally used extension methods on `Directory`and `File`urn:uuid:5e066232-3850-4629-b609-5c7bb09a5b2fv1.1.0 of cmd_plus2023-03-03T18:04:58.328392Z1.1.0 was published on Mar 3, 2023. Changelog excerpt: - **BREAKING CHANGE**: CmdPlus functions are no longer static. - Adds functions equivalent to `Process.run`and `Process.start`, when previously there was only a function somewhat equivalent to `Process.run`. - Adds logger (with `package:mason_logger`) - Adds support for proper I/O streams, so its possible to run code (`CmdPlus().start()`)that prompts user input (with `package:io`) - Adds function for copying whole directories from one place to another while filtering the paths and file contents easily.urn:uuid:9af9b316-f3cd-4f02-bb0a-f67b1592e1bdv1.0.1 of cmd_plus2023-02-15T10:17:03.975870Z1.0.1 was published on Feb 15, 2023. Changelog excerpt: - Initial release, contains run method.