makeitaquote

(★ 22)

Generate "Make it a Quote" images locally, or via an external API.

파일 탐색기

  • .editorconfig
  • .gitattributes
  • .gitignore
  • .nvmrc
  • biome.json
  • CONTRIBUTING.md
  • DESIGN.md
  • INFO.md
  • LICENSE
  • MIGRATING.md
  • package-lock.json
  • package.json
  • README.md
  • THIRD-PARTY-NOTICES.md
  • tsconfig.json
  • tsdown.config.ts
  • vitest.config.ts

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

username

설명 보기 ▼

사용자를 관리.
설정 모드에서 사용.
더 많은 정보: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/s1/sec-s1-xe-3se-3850-cr-book/sec-s1-xe-3se-3850-cr-book_chapter_0110.html>.

username {{admin}} privilege 15 secret {{password}}

관리자 계정 생성:

🔍

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`:

🔍

light

설명 보기 ▼

Control the backlight of your screen.

light

Get the current backlight value in percent:

light -S {{50}}

Set the backlight value to 50 percent:

light -U {{20}}

Reduce 20 percent from the current backlight value:

🔍

color

설명 보기 ▼

콘솔의 전경 및 배경 색상을 설정.
더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/color>.

color

콘솔 색상을 기본값으로 설정:

color /?

사용 가능한 색상 값 및 세부 정보 나열:

color {{foreground_code}}{{background_code}}

16진수 번호(`1-9,a-f`)를 사용하여 콘솔 전경 및 배경을 특정 색상으로 설정:

// repository documentation