beachpatrol

(β˜… 919)

🏝️ A CLI Tool to Automate Your Everyday Web Browser.

파일 탐색기

  • .gitignore
  • beachmsg.js
  • beachpatrol.js
  • LICENSE
  • Makefile
  • package-lock.json
  • package.json
  • README.md

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

git clone

μ„€λͺ… 보기 β–Ό

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

πŸ”

npm install

μ„€λͺ… 보기 β–Ό

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

πŸ”

prettier

μ„€λͺ… 보기 β–Ό

JavaScript, JSON, CSS, YAML 등을 μœ„ν•œ λͺ…μ‹œμ μΈ μ½”λ“œ 포맷 도ꡬ.
더 λ§Žμ€ 정보: <https://prettier.io/docs/cli>.

prettier {{path/to/file}}

파일 ν˜•μ‹μ„ μ§€μ •ν•˜κ³  κ²°κ³Όλ₯Ό `stdout`으둜 좜λ ₯:

prettier --check {{path/to/file}}

νŠΉμ • 파일의 ν˜•μ‹μ΄ μ§€μ •λ˜μ—ˆλŠ”μ§€ 확인:

prettier --config {{path/to/config_file}} {{path/to/file}}

νŠΉμ • ꡬ성 파일둜 μ‹€ν–‰:

// repository documentation