Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

A Swift Interface for an SPM Project's Manifest File

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/).