trinhngocthuyen / templates

Various project templates (iOS, Ruby, Python...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Templates

Installation

Run the following script and follow the prompted instructions.

sh -c "$(curl -fsSL https://raw.githubusercontent.com/trinhngocthuyen/templates/main/scripts/install.sh)"

Note: You will be asked to source the ~/.zshrc file to load the CLI. Kindly do so.
Then, you can use the templates CLI (see the next section)

Using the CLI

CLI Description
templates help Print the usage
templates list List available templates
templates use <template> Use a template
templates update Update templates
templates reload Reload the CLI

Available Templates

Template Description
py-package Create a Python package
rb-gem Create a Ruby gem
cocoapods-plugin Create a Create a CocoaPods plugin
linters Set up some linters for your project
ios-app Create an iOS app project

About

Various project templates (iOS, Ruby, Python...)


Languages

Language:Shell 33.4%Language:Python 29.6%Language:Ruby 19.6%Language:Makefile 9.4%Language:Batchfile 4.1%Language:Swift 3.9%