Skip to content

JeaSungLEE/DefaultOption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

재르시의 기본 파일

린트룰 번역 오류 컨트리뷰션 환영합니다.!!

git rm -r --cached .

SwiftInit

swiftlint

if which swiftlint >/dev/null; 
  then swiftlint autocorrect --no-cache
  else
  echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"
fi
if which swiftlint >/dev/null; 
  then swiftlint --no-cache --strict
  else
  echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"
fi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published