Skip to content

fromkk/Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Templates

Twitter: @fromkk Swift 4.2 Platforms GitHub license

What

CLI tool for replace keywods of multi files.

Install

git clone git@github.com:fromkk/Templates.git
cd ./Templates
make install

Usage

# Configure
Usage: templates set --key ${KEY} --value ${VALUE}

Options:
--key Key string
--value Value string

# Remove key
Usage: templates remove --key ${KEY}

Options:
--key Key string

# Show
Usage: templates show --key ${KEY}

Options:
--key Key string(optional)

# Convert
Usage: templates convert --source ${TEMPLATE_DIR} --output ${OUTPUT_DIR} --prefix ${PREFIX}

Options:
--source Templates directory
--output Output directory
--prefix Prefix string