Socket
Socket
Sign inDemoInstall

baekjoon-js-cli

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    baekjoon-js-cli

baekjoon javascript auto setting CLI


Version published
Weekly downloads
6
increased by500%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

백준 JS 자동 IO 포멧팅


아쉽게도 CommonJS는 지원하지 않습니다.

"ESM으로 실행해주시기 바랍니다." 와 같은 문구가 나온다면 아래와 같이 설정하여 이용해주시기 바랍니다.

start_cjs

// package.json
{
	type: 'module';
}

소개

자바스크립트로 백준 문제 푸실때 IO 를 직접 입력하실 필요 없습니다.

자동으로 세팅해드리겠습니다.

성능 측정은 불가하니 정확한 정답확인은 백준 사이트에서 확인하시기 바랍니다.

Install

npm

npm install --save-dev baekjoon-js-cli
yarn
yarn add --dev baekjoon-js-cli
pnpm
pnpm install --save-dev baekjoon-js-cli

use

npx baekjoon-js-cli start

데모영상

데모3

Keywords

FAQs

Last updated on 15 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc