Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yhkaplan/symlinkgenerator
Swift CLI for generating symlinks from a simple file, useful for bootstrapping a new machine.
https://github.com/yhkaplan/symlinkgenerator
Last synced: about 1 month ago
JSON representation
Swift CLI for generating symlinks from a simple file, useful for bootstrapping a new machine.
- Host: GitHub
- URL: https://github.com/yhkaplan/symlinkgenerator
- Owner: yhkaplan
- License: mit
- Created: 2018-03-02T14:07:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T10:22:30.000Z (over 6 years ago)
- Last Synced: 2024-11-06T05:42:20.212Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SymlinkGenerator
This is a Swift CLI for generating symlinks from a simple file, useful for bootstrapping a new machine.
I wrote this utility in a somewhat functional programming style just for kicks.## Symlink file format
## Building
## How to use
## Compatibility
Currently only tested on macOS. However, I plan on testing it on Linux.
I believe XCTest does not run on Linux, so I am not sure about running unit tests on Linux 😢## ToDos
* Rename to SymGen
* Make folders to path to be linked to if they do not exist
* Integrate into personal bootstrap flow
* Add `localizedDescription` property to SymGenError
* Write more tests
* Test built version on Rasbian
* Install Docker and test with compiling and such on virtualized instance of Ubuntu