Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thii/packup
Scaffold out a Swift package.
https://github.com/thii/packup
Last synced: 11 days ago
JSON representation
Scaffold out a Swift package.
- Host: GitHub
- URL: https://github.com/thii/packup
- Owner: thii
- License: mit
- Created: 2015-12-13T06:05:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T05:01:06.000Z (about 9 years ago)
- Last Synced: 2024-12-18T15:50:13.768Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Packup
Scaffold out a Swift package.
## Installation
Build from source (requires [Swift 2.2 development toolchain](https://swift.org/download/#latest-development-snapshots)):
make install
`packup` will be install at `/usr/local/bin/packup`.
Or download from the [Releases page](https://github.com/thii/packup/releases).
## Usage
$ packup
## Example
$ packup MyPackage thii
A new directory named `MyPackage` with the following structure will be generated:
MyPackage
├── LICENSE
├── Makefile
├── Package.swift
├── README.md
└── Sources
└── MyPackage.swift## License
Packup is released under the MIT license. See LICENSE for details.