Boop icon indicating copy to clipboard operation
Boop copied to clipboard

[Script] Added Scripts for Convert Bullet Points to/from File Structure

Open funclosure opened this issue 4 months ago • 1 comments

Converting Bullet Points to File Structure, and vice versa

YourApp
- Core
  - DependencyInjection
    - DependencyContainer.swift
  - Networking
    - NetworkManager.swift
    - APIEndpoint.swift

to


YourApp/
└── Core/
    ├── DependencyInjection/
    │   ├── DependencyContainer.swift
    └── Networking/
        ├── NetworkManager.swift
        └── APIEndpoint.swift

funclosure avatar Oct 19 '24 07:10 funclosure