#cargo-workspace #command-line-tool #cargo #workspace #abstract

app cargo-init-ws

Interactive CLI-Tool for creating Cargo workspace projects

3 unstable releases

0.2.0 May 14, 2025
0.1.1 May 2, 2025
0.1.0 May 2, 2025

#451 in Command line utilities

Download history 236/week @ 2025-04-30 28/week @ 2025-05-07 184/week @ 2025-05-14

448 downloads per month

MIT license

8KB
134 lines

cargo-init-ws

Abstract

Interactive CLI-Tool for creating Cargo workspace projects with as little effort on the developer side as possible

Installation

  • cargo install cargo-init-ws

How-To

  • Run with cargo init-ws and the tool will guide you through the process
  • You can also run it with cargo init-ws my-rusty-project and you will not be asked for the root folder name. Instead, 'my-rusty-project' is assumed as the root folders name

Dependencies

~2–9MB
~76K SLoC