Skip to content

RustSandbox/rust-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦀 rust-new

A command-line tool to scaffold Rust projects from Hamze's template.

Installation

Using Homebrew

brew install hamze/rust/rust-new

Manual Installation

  1. Clone this repository:
git clone https://github.com/HamzeGhalebi/rust-new.git
  1. Make the script executable:
chmod +x rust-new.sh
  1. Move it to your PATH (optional):
sudo mv rust-new.sh /usr/local/bin/rust-new

Usage

rust-new <project-name>

This will create a new Rust project with the following structure:

project-name/
├── src/
│   └── main.rs
├── Cargo.toml
├── .gitignore
└── README.md

Features

  • Creates a new Rust project with a standard structure
  • Sets up basic project configuration
  • Initializes Git repository
  • Adds common development dependencies

License

MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published