Swiftpack.co - Swift Packages by eneko

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by eneko

eneko/Stripes 0.2.0
SwiftUI background stripes and other texture patterns
⭐️ 106
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v0.2.0
3 years ago
### Fixes - Remove `.drawingGroup()` which prevented `Stripes` view from being rasterized. This view modifier can be added by consuming views as needed.
Release 0.1.0
3 years ago
iOS macOS watchOS tvOS
eneko/MarkdownGenerator 1.1.0
Swift library to programmatically generate Markdown output and files
⭐️ 98
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Pipe escaping on Markdown tables
3 years ago
## Enhancements - Escape pipes in Markdown table content (#11)
Release 1.0.0
5 years ago
## 1.0.0 ### Breaking changes - None ### Enhancements - Pretty Markdown tables ### Other updates - Update license to Apache 2.0
Release 0.5.0
5 years ago
### Breaking changes - None ### New features - None ### Other updates - Fix file writing when base path is empty.
Release 0.4.0
5 years ago
Swift 4.1
Release 0.3.0
6 years ago
### Enhancements - Add support for collapsible blocks on GitHub.com and rendered GitHub Pages.
Release 0.2.1
6 years ago
### Fixes - Fix issue where indentation was removed when removing duplicate blank lines.
Release 0.2.0
6 years ago
### Enhancements - Add `MarkdownCodeBlock` - Add `MarkdownCollapsibleSection`
Release 0.1.2
6 years ago
### Changes - Revert Blockquote formatting for proper rendering on GitHub.com
Release 0.1.1
6 years ago
### Changes - Remove Blockquote for empty lines
Release 0.1.0
6 years ago
- Initial Release
eneko/ProcessRunner 1.1.0
Execute child processes and system commands from Swift
⭐️ 17
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 1.1.0
3 years ago
### Breaking Changes - Package rename to `ProcessRunner`
Release 1.0.0
3 years ago
### Enhancements - Allow specifying current directory for child process
Release 0.3.0
3 years ago
### Breaking Changes - Remove `SwiftPM` dependency. `System` is now dependency-free πŸŽ‰
Release 0.2.0
4 years ago
- Swift 5.0
Relese 0.1.0
4 years ago
- Dependency updates
0.0.1
5 years ago
Initial release
macOS
eneko/GitHub 0.1.0
Swift Package client for the GitHub GraphQL API V4
⭐️ 13
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 0.1.0
3 years ago
First release
eneko/RegEx 0.3.0
Easy regular expression data extraction in Swift
⭐️ 11
πŸ•“ 3 years ago
eneko/DateTemplates 0.1.0
A simple way to generate date formatting templates and localized date strings
⭐️ 9
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 0.1.0
3 years ago
Initial release πŸŽ‰
eneko/Kebab 1.1.0
A library to convert text between different cases and formats.
⭐️ 7
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Add JSON key encoding/decoding strategies
3 years ago
### Enhancements - Add `KebabJSON` module with JSON key encoding/decoding strategies for `PascalCase` and `kebab-case` properties (#2)
Release 1.0.0
3 years ago
First release
eneko/CommandRegistry 0.4.0
⚠️DEPRECATED⚠️ Beautifully handle subcommands on your SwiftPM command line tool
⭐️ 6
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 0.4.0
4 years ago
- Dependency updates
Release 0.3.0
5 years ago
### Updates - Syntax sugar commands for simple commandline applications (#3) ```swift import CommandRegistry let program = CommmandRegistry(usage: "<subcommand> <options>", overview: "My tool") program.on(command: "foo") { params in print(params) } program.run() ```
Release 0.2.0
5 years ago
### Updates - Out-of-the-box `--version` command (#2)
Release 0.1.0
5 years ago
### Breaking - Introduce capability of writting subcommands to any depth level - Command instances must be classes in order to allow subcommands - Command instances must define an empty array of subcommands - Command instances must retain a reference to their argument sub-parser
0.0.2
5 years ago
Update Logger dependency
0.0.1
5 years ago
Initial release
eneko/Axx 0.1.0
Encrypt / decrypt files from the command line
⭐️ 5
πŸ•“ 2 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2 years ago
- Migrate to ArgumentParser - Add support for encrypting/decrypting with passphrase + salt
0.0.2
2 years ago
5 years ago
eneko/Random 0.1.0
A random command line tool to do random stuff 🎲
⭐️ 1
πŸ•“ 3 years ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 0.1.0
5 years ago
### Breaking Changes - None ### New Features - Add 'shuffle' command ### Other - None
Release 0.0.1
5 years ago
Initial release

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics