2 unstable releases
0.2.0 | Jan 10, 2025 |
---|---|
0.1.0 | Jan 10, 2025 |
#612 in Template engine
223 downloads per month
7KB
118 lines
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
Dependencies
~1.2–1.8MB
~33K SLoC