SwiftCloneCLI helps to clone bitbucket repository with user interaction from terminal. This tutorial app is helps to create OWN CLI using Swift-3.
- User interactive with necessary steps to clone.
- Able to customize CLI from sample project.
- Dependencies git, base should be there in the system.
- Colored output log in terminal
- Get Application name.
- Get BitBucket username.
- Get BitBucket password.
- Get BitBucket Repository path.
- Get BitBucket Checkout path.
- Start clone process.
- Quit.
SwiftCloneCLI is licensed under the MIT License.