devmode

Crates.iodevmode
lib.rsdevmode
version
sourcesrc
created_at2021-09-10 22:07:07.039537
updated_at2024-12-30 13:48:43.192187
descriptionDevmode is a project management utility for developers.
homepagehttps://devmode.edfloreshz.dev/
repositoryhttps://github.com/edfloreshz/devmode/
max_upload_size
id449498
Cargo.toml error:TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Eduardo Flores (edfloreshz)

documentation

README

Dev(mode)

crate downloads devmode-git

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

Installation

Cargo

cargo install devmode

Arch Linux

paru -S devmode-git

Cloning

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

Dependencies

  • openssl

Proposals

If you have a proposal for a new feature, open a new issue.

Commit count: 73

cargo fmt