| Crates.io | project-structure-creator |
| lib.rs | project-structure-creator |
| version | 0.2.0 |
| created_at | 2025-01-10 17:49:01.573158+00 |
| updated_at | 2025-01-10 18:58:28.994123+00 |
| description | A CLI tool to create directory structure using ASCII tree. |
| homepage | https://github.com/giripriyadarshan/project-structure-creator |
| repository | https://github.com/giripriyadarshan/project-structure-creator |
| max_upload_size | |
| id | 1511575 |
| size | 14,555 |
Create a project files and directories structure based on the ASCII tree structure.
cargo install project-structure-creator
project-structure-creator --input <path-to-ascii-tree-file>
or
project-structure-creator
# paste the ASCII tree structure here
project-structure-creator --input ./example.txt
project
├── src
│ ├── main.rs
│ ├── lib.rs
├── tests
│ ├── test.rs
├── Cargo.toml
├── README.md