irshadpc / tryswiftdev

A command line tool for open-source projects. (README Generator / Find It / Version Strings Updater / Development Snapshots Installer / try! Swift 3.0)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tryswiftdev ๐Ÿ›  Build Status

This is a command line tool for open-source projects. ๐Ÿ’


Is most of your documentation the same as your existing project's?

--> Make Easy for You to Create a README.md of New Project

--> Help You Out of "image not found"

--> Make Easy for You to Update Version Strings in Specified Files

--> Make Easy for You to Install New Development Snapshots

try! Swift 3.0 (Another Shell Script)

--> Make Easy for You to Set Environment Variables Swift 3.0



A Work In Progress

This project has been rewriting in Swift.

It is built with the Swift Package Manager.

Maybe it is easily to write a shell (e.g. Bash), but this is exactly "try! Swift".

Currently, support OS X only. ๐Ÿ™


Options

-d [--duplicate-readme]    Duplicate an existing README.md.
                             Do not overwrite an existing file.
-r [--replace-readme]      Replace strings in a README.md
                             located in the current directory.
-f [--find-it]             Search for specified file.
-u [--update-version]      Update version strings in specified files. โœจ
-i [--install-snapshot]    Download and install Development Snapshots
                             from Swift.org.
-h [--help]                Display available options.

README Generator

Please see README Generator.

Find It

Please see Find It.

Version Strings Updater

Please see Version Strings Updater.

Development Snapshots Installer

Please see Development Snapshots Installer.


Installing

Please download the tryswiftdev.pkg in the Releases and install it.

This is a test release. It has not gone through the testing.

By default, get tryswiftdev into the /usr/local/bin/ directory.

You can verify your installation by typing tryswiftdev in a Terminal.app.

$ tryswiftdev

Availability

Swift 3.0-dev


License

Licensed under the MIT License.

About

A command line tool for open-source projects. (README Generator / Find It / Version Strings Updater / Development Snapshots Installer / try! Swift 3.0)

License:MIT License


Languages

Language:Swift 96.6%Language:Shell 2.3%Language:Ruby 1.0%