| Crates.io | devmode |
| lib.rs | devmode |
| version | 0.4.1 |
| created_at | 2021-09-10 22:07:07.039537+00 |
| updated_at | 2024-12-30 13:48:43.192187+00 |
| description | Devmode is a project management utility for developers. |
| homepage | https://devmode.edfloreshz.dev/ |
| repository | https://github.com/edfloreshz/devmode/ |
| max_upload_size | |
| id | 449498 |
| size | 41,342 |
Devmode is a project management utility for developers.
Usage: dm <COMMAND>
Commands:
cl Clones a repository in a specific folder structure.
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
cargo install devmode
paru -S devmode-git
When you clone a repository it will be stored to your filesystem using a specific folder structure.
You can also use dm cl
$HOME
└── Developer
└── host
└── owner
└── repo
| Syntax | Description | Example |
|---|---|---|
dm clone <url> |
Clone by providing a URL. | dm clone https://github.com/edfloreshz/devmode |
If you have a proposal for a new feature, open a new issue.