IvanMathy / Boop

A scriptable scratchpad for developers. In slow yet steady progress.
https://boop.okat.best
MIT License
3.84k stars 356 forks source link

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

Open funclosure opened 1 month ago

funclosure commented 1 month ago

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
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud