https://github.com/heroesofcode/swiftfiletools
SwiftFileTools is a tool for you to generate Colors, Constants, ViewCode and files for SwiftGen.
https://github.com/heroesofcode/swiftfiletools
Last synced: 9 months ago
JSON representation
SwiftFileTools is a tool for you to generate Colors, Constants, ViewCode and files for SwiftGen.
- Host: GitHub
- URL: https://github.com/heroesofcode/swiftfiletools
- Owner: heroesofcode
- License: mit
- Created: 2023-11-20T12:54:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T02:02:11.000Z (10 months ago)
- Last Synced: 2025-06-25T23:01:47.920Z (9 months ago)
- Language: Swift
- Homepage: https://heroesofcode.github.io/SwiftFileTools/
- Size: 2.29 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT
Awesome Lists containing this project
README
# SwiftFileTools
[](https://github.com/heroesofcode/SwiftFileTools/actions/workflows/CI.yml)
[](https://github.com/heroesofcode/SwiftFileTools/releases)
[](https://swiftpackageindex.com/heroesofcode/SwiftFileTools)
[](https://github.com/heroesofcode/SwiftFileTools/blob/main/LICENSE)
SwiftFileTools is a tool for you to generate Colors, Constants, ViewCode and files for SwiftGen.

## Installation
### Homebrew
You can install with [Homebrew](https://brew.sh/):
```shell
brew tap heroesofcode/taps
brew install heroesofcode/taps/SwiftFileTools
```
### Mint
You can install with [Mint](https://github.com/yonaskolb/Mint):
```
mint install heroesofcode/SwiftFileTools
```
## Contributing
To contribute, just fork this project and then open a pull request, feel free to contribute, bring ideas and raise any problem in the issue tab.
## License
SwiftFileTools is released under the MIT license. See [LICENSE](https://github.com/heroesofcode/SwiftFileTools/blob/main/LICENSE) for details.