This is a command line tool for open-source projects. 💁
Currently, support OS X only. 🙏
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".
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
-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.
-h [--help] Display available options.
Please prepare a target directory beforehand. (e.g. DragonBall
)
HomeDirectory
├── Pokemon
│ └── README.md (Pokemon)
└── DragonBall
$ tryswiftdev -d ./Pokemon ./DragonBall
HomeDirectory
├── Pokemon
│ └── README.md (Pokemon)
└── DragonBall
└── README.md (Pokemon) ✨
$ cd DragonBall
$ tryswiftdev -r Pokemon DragonBall
HomeDirectory
├── Pokemon
│ └── README.md (Pokemon)
└── DragonBall
└── README.md (DragonBall) ✨
Recommend Swift 3.0-dev.
- Error Handling
- Tests
etc.
Licensed under the MIT License.