editorconfig-core-net
EditorConfig Core library and command line utility written in C# for .NET/Mono http://editorconfig.org
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- verify.yaml
- dependabot.yml
- EditorConfig.Benchmarks.csproj
- EndToEndBenchmarks.cs
- GlobMatchBenchmarks.cs
- ParseFileBenchmarks.cs
- Program.cs
- EditorConfig.Benchmarks.EndToEndBenchmarks-report-default.md
- EditorConfig.Benchmarks.EndToEndBenchmarks-report-github.md
- EditorConfig.Benchmarks.EndToEndBenchmarks-report.csv
- EditorConfig.Benchmarks.EndToEndBenchmarks-report.html
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report-default.md
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report-github.md
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report.csv
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report.html
- EditorConfig.Benchmarks.ParseFileBenchmarks-report-default.md
- EditorConfig.Benchmarks.ParseFileBenchmarks-report-github.md
- EditorConfig.Benchmarks.ParseFileBenchmarks-report.csv
- EditorConfig.Benchmarks.ParseFileBenchmarks-report.html
- EditorConfig.Benchmarks.EndToEndBenchmarks-report-default.md
- EditorConfig.Benchmarks.EndToEndBenchmarks-report-github.md
- EditorConfig.Benchmarks.EndToEndBenchmarks-report.csv
- EditorConfig.Benchmarks.EndToEndBenchmarks-report.html
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report-default.md
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report-github.md
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report.csv
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report.html
- EditorConfig.Benchmarks.ParseFileBenchmarks-report-default.md
- EditorConfig.Benchmarks.ParseFileBenchmarks-report-github.md
- EditorConfig.Benchmarks.ParseFileBenchmarks-report.csv
- EditorConfig.Benchmarks.ParseFileBenchmarks-report.html
- EditorConfig.Benchmarks.EndToEndBenchmarks-report-default.md
- EditorConfig.Benchmarks.EndToEndBenchmarks-report-github.md
- EditorConfig.Benchmarks.EndToEndBenchmarks-report.csv
- EditorConfig.Benchmarks.EndToEndBenchmarks-report.html
- EditorConfig.Benchmarks.EndToEndBenchmarks-report-default.md
- EditorConfig.Benchmarks.EndToEndBenchmarks-report-github.md
- EditorConfig.Benchmarks.EndToEndBenchmarks-report.csv
- EditorConfig.Benchmarks.EndToEndBenchmarks-report.html
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report-default.md
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report-github.md
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report.csv
- EditorConfig.Benchmarks.GlobMatchBenchmarks-report.html
- EditorConfig.Benchmarks.ParseFileBenchmarks-report-default.md
- EditorConfig.Benchmarks.ParseFileBenchmarks-report-github.md
- EditorConfig.Benchmarks.ParseFileBenchmarks-report.csv
- EditorConfig.Benchmarks.ParseFileBenchmarks-report.html
- baseline.md
- sign.snk
- CommandLine.fs
- Paths.fs
- Program.fs
- scripts.fsproj
- Targets.fs
- .gitignore
- ApplicationArgumentException.cs
- ArgumentsParser.cs
- EditorConfig.App.csproj
- Program.cs
- Charset.cs
- ConfigSection.cs
- EditorConfig.Core.csproj
- EditorConfigFile.cs
- EditorConfigFileCache.cs
- EditorConfigParser.cs
- EditorConfigResolvedChain.cs
- EditorConfigWorkspace.cs
- EndOfLine.cs
- FileConfiguration.cs
- IndentSize.cs
- IndentStyle.cs
- Minimatcher.cs
- .editorconfig
- CachingTests.cs
- .bogus.editorconfig
- .latin1.editorconfig
- .utf16be.editorconfig
- .utf16le.editorconfig
- .utf8-bom.editorconfig
- .utf8.editorconfig
- CharsetTests.cs
- unset.editorconfig
- backslash2.editorconfig
- github_report_13.editorconfig
- github_report_18.editorconfig
- indent_size_ml.editorconfig
- ReproduceTests.cs
- unset.editorconfig
- .editorconfig
- DefaultsTests.cs
- .bogus.editorconfig
- .cr.editorconfig
- .crlf.editorconfig
- .lf.editorconfig
- EndOfLineTests.cs
- .bogus.editorconfig
- .negative.editorconfig
- .positive.editorconfig
- .tab.editorconfig
- IndentSizesTests.cs
- .bogus.editorconfig
- .space.editorconfig
- .tab.editorconfig
- IndentStyleTests.cs
- InMemoryConfigTests.cs
- .bogus.editorconfig
- .false.editorconfig
- .true.editorconfig
- InsertFinalNewlineTests.cs
- .limits.editorconfig
- LimitTests.cs
- .bogus.editorconfig
- .negative.editorconfig
- .positive.editorconfig
- MaxLineLengthsTests.cs
- ResolvedChainAbstractionsTests.cs
- ResolvedChainDirectoryTests.cs
- .editorconfig
- .editorconfig
- .editorconfig
- StopsAtRootTests.cs
- .bogus.editorconfig
- .explicit-tab-width.editorconfig
- .negative.editorconfig
- .positive.editorconfig
- .tab.editorconfig
- TabWidthTests.cs
- .bogus.editorconfig
- .false.editorconfig
- .true.editorconfig
- TrimTrailingWhitespaceTests.cs
- EditorConfig.Tests.csproj
- EditorConfigTestBase.cs
- MiniMatcherTests.cs
- packages.config
- Directory.Build.props
- .editorconfig
- .gitignore
- .gitmodules
- build.bat
- build.sh
- CMakeLists.txt
- Directory.Build.props
- dotnet-tools.json
- EditorConfig.slnx
- global.json
- LICENSE
- nuget-icon.png
- README.md
- tests
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/editorconfig/editorconfig-core-net
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd editorconfig-core-net
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. CMake
보통 추천사전 준비물
cmake .
이 명령어를 터미널에 그대로 입력해 실행하세요.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. .NET
보통dotnet add package editorconfig
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet tool install --global editorconfig-tool
이 명령어를 터미널에 그대로 입력해 실행하세요.
> dotnet editorconfig
이 명령어를 터미널에 그대로 입력해 실행하세요.
> dotnet editorconfig anatomy.md
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet build
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
