purus
[Archived for v0.x] ✨ Write code without the Shift key. Beautiful, simple, and easy-to-use.
파일 탐색기
- bug_report.yml
- config.yml
- documentation.yml
- feature_request.yml
- ci.yml
- docs.yml
- extension-release.yml
- linter-release.yml
- prettier-plugin-release.yml
- release.yml
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- purus.js
- build-wrapper.js
- check-wrapper.js
- config.js
- create.js
- generate-config.js
- init.js
- purus-core.js
- run-wrapper.js
- stdlib.js
- templates.js
- p-array.js
- p-datetime.js
- p-error.js
- p-json.js
- p-map.js
- p-math.js
- p-number.js
- p-object.js
- p-promise.js
- p-random.js
- p-regexp.js
- p-set.js
- p-string.js
- index.d.ts
- index.js
- index.mjs
- build.js
- sync-version.js
- main.mbt
- moon.pkg
- codegen.mbt
- codegen_expr.mbt
- codegen_test.mbt
- integration_test.mbt
- moon.pkg.json
- lexer.mbt
- lexer_test.mbt
- lexer_wbtest.mbt
- moon.pkg
- token.mbt
- ast.mbt
- feature_wbtest.mbt
- moon.pkg
- parser.mbt
- parser_expr.mbt
- parser_wbtest.mbt
- .gitignore
- AGENTS.md
- LICENSE
- moon.mod.json
- package-lock.json
- package.json
- README-ja.md
- README.md
- .gitignore
- api.js
- api.ts
- classes.purus
- control-flow.purus
- error-handling.purus
- fizzbuzz.purus
- functions.purus
- hello-world.purus
- modules.mpurus
- operators.purus
- package.json
- type-checks.purus
- variables.purus
- welcome.purus
- purus-icon-dark.svg
- purus-icon-light.svg
- purus-icon-theme.json
- purus.json
- analyzer.js
- extension.js
- tokenizer.js
- purus.tmLanguage.json
- .gitignore
- icon.png
- language-configuration.json
- LICENSE
- package-lock.json
- package.json
- README-ja.md
- README.md
- banner.png
- icon-bg-black.png
- icon-bg-white.png
- logo-bg-black.png
- logo-bg-white.png
- cli.js
- config.js
- index.js
- LICENSE
- package-lock.json
- package.json
- README-ja.md
- README.md
- extensions.json
- launch.json
- banner.png
- icon.png
- .nojekyll
- CNAME
- favicon.ico
- favicon.svg
- check-encoding.js
- logo.png
- NpmStats.astro
- NpmVersion.astro
- TeapotPage.astro
- cli.mdx
- hello-world.mdx
- installation.mdx
- cli.mdx
- hello-world.mdx
- installation.mdx
- classes.mdx
- control-flow.mdx
- functions.mdx
- keywords.mdx
- modules.mdx
- operators.mdx
- syntax.mdx
- array.mdx
- datetime.mdx
- error.mdx
- json.mdx
- map.mdx
- math.mdx
- number.mdx
- object.mdx
- promise.mdx
- random.mdx
- regexp.mdx
- set.mdx
- string.mdx
- linter.mdx
- prettier-plugin.mdx
- vscode-extension.mdx
- community-projects.mdx
- index.mdx
- classes.mdx
- control-flow.mdx
- functions.mdx
- keywords.mdx
- modules.mdx
- operators.mdx
- syntax.mdx
- array.mdx
- datetime.mdx
- error.mdx
- json.mdx
- map.mdx
- math.mdx
- number.mdx
- object.mdx
- promise.mdx
- random.mdx
- regexp.mdx
- set.mdx
- string.mdx
- linter.mdx
- prettier-plugin.mdx
- vscode-extension.mdx
- community-projects.mdx
- index.mdx
- 418.astro
- teapot.astro
- custom.css
- content.config.ts
- .env.example
- .gitignore
- astro.config.mjs
- package-lock.json
- package.json
- tsconfig.json
- index.js
- LICENSE
- package-lock.json
- package.json
- README-ja.md
- README.md
- .gitattributes
- .gitignore
- CHANGELOG-ja.md
- CHANGELOG.md
- CODE_OF_CONDUCT-ja.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING-ja.md
- CONTRIBUTING.md
- icon.png
- icon.svg
- LICENSE
- logo.png
- logo.svg
- README-ja.md
- README.md
- RFC.md
- TO-V1.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
npm install
설명 보기 ▼
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`:
// repository documentation
Was this content helpful?
(0 ratings)
