mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:42:07 +02:00

* common/s*: add and update Korean translation * scamper: fix typo * Update pages.ko/common/simplehttpserver.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/steamcmd.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com> Co-authored-by: Chooooo <contact@choo.ooo>
500 B
500 B
spark
Laravel Spark 명령줄 도구. 더 많은 정보: https://spark.laravel.com.
- API 토큰 등록:
spark register {{토큰}}
- 현재 등록된 API 토큰 표시:
spark token
- 새 Spark 프로젝트 생성:
spark new {{프로젝트_이름}}
- Braintree 스텁과 함께 새 Spark 프로젝트 생성:
spark new {{프로젝트_이름}} --braintree
- 팀 기반 결제 스텁과 함께 새 Spark 프로젝트 생성:
spark new {{프로젝트_이름}} --team-billing