Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T02:53:23.000Z (7 months ago)
- Last Synced: 2024-05-29T15:44:49.067Z (7 months ago)
- Language: Swift
- Homepage: https://heroesofcode.github.io/SwiftFileTools/
- Size: 1.56 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
[![CI](https://github.com/heroesofcode/SwiftFileTools/actions/workflows/CI.yml/badge.svg)](https://github.com/heroesofcode/SwiftFileTools/actions/workflows/CI.yml)
[![Tag](https://img.shields.io/github/v/tag/heroesofcode/SwiftFileTools?logo=github)](https://github.com/heroesofcode/SwiftFileTools/releases)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fheroesofcode%2FSwiftFileTools%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/heroesofcode/SwiftFileTools)
[![License](https://img.shields.io/github/license/heroesofcode/SwiftFileTools.svg)](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.