Documentation
README
Build System Skill
κ°μ
νλ‘μ νΈμ λΉλ μμ€ν μ μλμΌλ‘ κ°μ§νκ³ μ μ ν λΉλ/ν μ€νΈ λͺ λ Ήμ΄λ₯Ό μ€νν©λλ€.
μ§μ λΉλ μμ€ν
| λΉλ μμ€ν | κ°μ§ νμΌ | λΉλ λͺ λ Ήμ΄ | ν μ€νΈ λͺ λ Ήμ΄ |
|---|---|---|---|
| npm | package.json |
npm run build |
npm test |
| yarn | yarn.lock |
yarn build |
yarn test |
| pnpm | pnpm-lock.yaml |
pnpm build |
pnpm test |
| Python (pip) | requirements.txt |
pip install -r requirements.txt |
pytest |
| Python (poetry) | pyproject.toml |
poetry install |
poetry run pytest |
| Gradle | build.gradle |
./gradlew build |
./gradlew test |
| Maven | pom.xml |
mvn package |
mvn test |
| Cargo | Cargo.toml |
cargo build |
cargo test |
| Go | go.mod |
go build ./... |
go test ./... |
| Make | Makefile |
make |
make test |
μ¬μ©λ²
This is the opening of the README. Read the full README on GitHub.