firm
A text-based work management system for technologists.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- docs.yml
- pull_request.yml
- release.yml
- built-in-entities.md
- entities.md
- fields.md
- relationships.md
- schemas.md
- installation.md
- quick-start.md
- workspace.md
- automations-and-ai.md
- creating-schemas.md
- querying.md
- relationships.md
- architecture.md
- examples.md
- getting-started.md
- alice.firm
- bob.firm
- platform.firm
- website.firm
- me.firm
- schemas.firm
- tasks.firm
- demo.gif
- demo.tape
- cli-reference.md
- dsl-reference.md
- query-reference.md
- introduction.md
- SUMMARY.md
- custom.css
- book.toml
- channels.firm
- industries.firm
- main.firm
- strategies.firm
- colleagues.firm
- 42futures_style_guide.pdf
- assets.firm
- proposal_templates.firm
- technical_retainer_proposal.typ
- acme_corp.firm
- account.firm
- channel.firm
- contact.firm
- file_asset.firm
- industry.firm
- interaction.firm
- key_result.firm
- lead.firm
- objective.firm
- opportunity.firm
- organization.firm
- person.firm
- project.firm
- review.firm
- strategy.firm
- task.firm
- add.rs
- build.rs
- check.rs
- field_prompt.rs
- get.rs
- init.rs
- list.rs
- lsp.rs
- mcp.rs
- mod.rs
- query.rs
- related.rs
- source.rs
- cli.rs
- errors.rs
- files.rs
- logging.rs
- main.rs
- query.rs
- ui.rs
- AGENTS.md.template
- Cargo.toml
- average.rs
- count.rs
- median.rs
- mod.rs
- select.rs
- sum.rs
- boolean.rs
- currency.rs
- datetime.rs
- list.rs
- mod.rs
- numeric.rs
- reference.rs
- string.rs
- types.rs
- mod.rs
- order.rs
- query_errors.rs
- related.rs
- types.rs
- access.rs
- graph_errors.rs
- mod.rs
- mod.rs
- validation.rs
- validation_errors.rs
- entity.rs
- field.rs
- id.rs
- lib.rs
- Cargo.toml
- conversion_errors.rs
- mod.rs
- to_entity.rs
- to_query.rs
- to_schema.rs
- mod.rs
- syntax.rs
- workspace.rs
- from_entity.rs
- from_field.rs
- from_schema.rs
- from_value.rs
- generator_options.rs
- mod.rs
- mod.rs
- parsed_entity.rs
- parsed_field.rs
- parsed_schema.rs
- parsed_schema_field.rs
- parsed_source.rs
- parsed_value.rs
- parser_errors.rs
- parser_utils.rs
- source.rs
- grammar.pest
- mod.rs
- parsed_query.rs
- parser.rs
- mod.rs
- build.rs
- io.rs
- mod.rs
- workspace_errors.rs
- defaults.rs
- lib.rs
- convert_entity_tests.rs
- convert_query_tests.rs
- convert_schema_tests.rs
- parser_entity_tests.rs
- parser_query_tests.rs
- parser_schema_tests.rs
- parser_source_tests.rs
- workspace_tests.rs
- Cargo.toml
- completion.rs
- lib.rs
- server.rs
- Cargo.toml
- add_entity.rs
- build.rs
- delete_source.rs
- dsl_reference.rs
- dsl_reference_content.rs
- find_source.rs
- get.rs
- list.rs
- mod.rs
- query.rs
- read_source.rs
- related.rs
- replace_source.rs
- search_source.rs
- source_tree.rs
- write_source.rs
- lib.rs
- resources.rs
- server.rs
- add_entity_tests.rs
- delete_source_tests.rs
- find_source_tests.rs
- get_tests.rs
- helpers.rs
- list_tests.rs
- query_tests.rs
- read_source_tests.rs
- related_tests.rs
- replace_source_tests.rs
- search_source_tests.rs
- source_tree_tests.rs
- write_source_tests.rs
- Cargo.toml
- .gitattributes
- .gitignore
- .gitmodules
- Cargo.lock
- Cargo.toml
- CHANGES.md
- install.ps1
- install.sh
- LICENSE
- README.md
- tree-sitter-firm
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/42futures/firm
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd firm
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Homebrew macOS/Linux용 패키지 매니저입니다.
brew tap 42futures/firm
Homebrew에 이 프로젝트의 저장소(tap)를 등록합니다.
brew install firm
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
