project-structure-creator

Crates.ioproject-structure-creator
lib.rsproject-structure-creator
version0.2.0
created_at2025-01-10 17:49:01.573158+00
updated_at2025-01-10 18:58:28.994123+00
descriptionA CLI tool to create directory structure using ASCII tree.
homepagehttps://github.com/giripriyadarshan/project-structure-creator
repositoryhttps://github.com/giripriyadarshan/project-structure-creator
max_upload_size
id1511575
size14,555
Priyadarshan Giri (giripriyadarshan)

documentation

README

Project Structure Creator

Create a project files and directories structure based on the ASCII tree structure.

Installation

cargo install project-structure-creator

Usage

project-structure-creator --input <path-to-ascii-tree-file>

or

project-structure-creator
# paste the ASCII tree structure here

Example

project-structure-creator --input ./example.txt

Example ASCII tree structure

project
├── src
│   ├── main.rs
│   ├── lib.rs
├── tests
│   ├── test.rs
├── Cargo.toml
├── README.md
Commit count: 6

cargo fmt