Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ether-cli/manifest
A Swift Interface for an SPM Project's Manifest File
https://github.com/ether-cli/manifest
library manifest spm swift swift-4 swift-package-manager swift4
Last synced: 1 day ago
JSON representation
A Swift Interface for an SPM Project's Manifest File
- Host: GitHub
- URL: https://github.com/ether-cli/manifest
- Owner: Ether-CLI
- License: mit
- Created: 2018-02-23T21:39:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T17:09:39.000Z (over 6 years ago)
- Last Synced: 2024-11-16T14:49:09.603Z (4 days ago)
- Topics: library, manifest, spm, swift, swift-4, swift-package-manager, swift4
- Language: Swift
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Manifest
A tool for interacting with the manifest of an SPM project. It allows for simple interaction with the `Package.swift` file.
### To Note:
This package is not intended to be fast. Rather, it is designed for easy use for building command-line tools or similar things.
### Documentation
API documentation for this package can be found [here](https://ether-cli.github.io/Manifest/).