blade
Better asset workflow for iOS developers. Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more.
파일 탐색기
최종 버전 다운로드 (.zip)- blade-s.png
- blade-walkthrough.gif
- blade.gif
- Contents.json
- source-iphone-29@2x.png
- source-iphone-29@3x.png
- source-iphone-40@2x.png
- source-iphone-40@3x.png
- source-iphone-60@2x.png
- source-iphone-60@3x.png
- Contents.json
- source-universal-333@1x.png
- source-universal-333@2x.png
- source-universal-333@3x.png
- Contents.json
- source-universal-333@1x.png
- source-universal-333@2x.png
- source-universal-333@3x.png
- source-watch-500@2x.png
- Contents.json
- Contents.json
- Contents.json
- Bladefile
- source.png
- contents-appicon.json
- contents-no-sizes-no-files.json
- contents-no-sizes.json
- single-file.json
- with-files.json
- lex.go
- node.go
- parse.go
- file1.tmpl
- file2.tmpl
- tmpl1.tmpl
- tmpl2.tmpl
- doc.go
- example_test.go
- examplefiles_test.go
- examplefunc_test.go
- exec.go
- exec_test.go
- funcs.go
- helper.go
- multi_test.go
- README.md
- template.go
- bytes.go
- bytes_test.go
- COPYING
- doc.go
- README.md
- si.go
- util.go
- .travis.yml
- converter.go
- converter_test.go
- filters.go
- LICENSE
- nearest.go
- nearest_test.go
- README.md
- resize.go
- resize_test.go
- thumbnail.go
- thumbnail_test.go
- ycc.go
- ycc_test.go
- basic.go
- hook.go
- logstash.go
- logstash_test.go
- airbrake.go
- airbrake_test.go
- bugsnag.go
- bugsnag_test.go
- papertrail.go
- papertrail_test.go
- README.md
- README.md
- sentry.go
- sentry_test.go
- README.md
- syslog.go
- syslog_test.go
- .gitignore
- .travis.yml
- CHANGELOG.md
- entry.go
- entry_test.go
- exported.go
- formatter.go
- formatter_bench_test.go
- hook_test.go
- hooks.go
- json_formatter.go
- json_formatter_test.go
- LICENSE
- logger.go
- logrus.go
- logrus_test.go
- README.md
- terminal_bsd.go
- terminal_linux.go
- terminal_notwindows.go
- terminal_windows.go
- text_formatter.go
- text_formatter_test.go
- writer.go
- array-access.txt
- index.html
- template.txt
- types_list.txt
- .gitignore
- accessors.go
- accessors_test.go
- constants.go
- conversions.go
- conversions_test.go
- doc.go
- fixture_test.go
- LICENSE.md
- map.go
- map_for_test.go
- map_test.go
- mutations.go
- mutations_test.go
- README.md
- security.go
- security_test.go
- simple_example_test.go
- tests.go
- tests_test.go
- type_specific_codegen.go
- type_specific_codegen_test.go
- value.go
- value_test.go
- assertions.go
- assertions_test.go
- doc.go
- errors.go
- forward_assertions.go
- forward_assertions_test.go
- http_assertions.go
- http_assertions_test.go
- doc.go
- mock.go
- mock_test.go
- main.go
- main.go
- main.go
- main.go
- main.go
- main.go
- .travis.yml
- app.go
- app_test.go
- args.go
- args_test.go
- cmd.go
- cmd_test.go
- COPYING
- doc.go
- examples_test.go
- flags.go
- flags_test.go
- global.go
- guesswidth.go
- guesswidth_unix.go
- model.go
- parser.go
- parser_test.go
- parsers.go
- parsers_test.go
- README.md
- repeated.go
- repeated.json
- templates.go
- usage.go
- usage_test.go
- values.go
- .gitignore
- benchmark.go
- benchmark_test.go
- bootstrap_test.go
- check.go
- check_test.go
- checkers.go
- checkers_test.go
- export_test.go
- fixture_test.go
- foundation_test.go
- helpers.go
- helpers_test.go
- LICENSE
- printer.go
- printer_test.go
- README.md
- run.go
- run_test.go
- TODO
- apic.go
- decode.go
- decode_test.go
- emitterc.go
- encode.go
- encode_test.go
- LICENSE
- LICENSE.libyaml
- parserc.go
- readerc.go
- README.md
- resolve.go
- scannerc.go
- sorter.go
- suite_test.go
- writerc.go
- yaml.go
- yamlh.go
- yamlprivateh.go
- .gitignore
- Godeps.json
- Readme
- iphone-appicon.json
- universal.json
- watch.json
- .gitignore
- .goxc.json
- .goxc.ok
- .travis.yml
- blade.go
- bladefile.go
- contents.go
- contents_test.go
- converter.go
- dimensions.go
- dimensions_test.go
- dryrun_converter.go
- integration.rb
- main.go
- Makefile
- README.md
- resize_converter.go
- runner.go
- runner_test.go
- test_helper_test.go
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jondot/blade
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd blade
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Make
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
