How We Coding

[npm] npx

Reference2019. 5. 19. 17:21

npx

https://www.npmjs.com/package/npx

 

npx

execute npm package binaries

www.npmjs.com

npx 란 무엇인가?

https://geonlee.tistory.com/32

 

[npm] 🤔 npx란 무엇인가?

[npm] 🤔 npx란 무엇인가? 리액트를 처음 시작할 때, 프로젝트를 만드는 커맨드인 create-react-app npx create-react-app my-app 여기서는 왜 npm 이 아닌 npx 를 사용하고 npx 란 무엇일까? npm 의 아들 npx 는..

geonlee.tistory.com

 

Introducing npx: an npm package runner

https://blog.npmjs.org/post/162869356040/introducing-npx-an-npm-package-runner

 

Introducing npx: an npm package runner

Those of you upgrading npm to its latest version, npm@5.2.0, might notice that it installs a new binary alongside the usual npm: npx. npx is a tool intended to help round out the experience of using...

blog.npmjs.org

 

npx 소개

https://steemit.com/kr/@shimdh/npx

 

npx 소개 — Steemit

npx an npm package runner npm 5.2.0 이후 버전을 설치하면 npx 라는 새로운 바이너리가 설치됩니다. npx 는 npm 의 패키지 사용에 도움이되는… by shimdh

steemit.com

 

'Reference' 카테고리의 다른 글

[Reading] 190526 - 190601  (0) 2019.05.27
[Reading] 190519 - 190525  (0) 2019.05.27
[Lambda]  (0) 2019.05.16
[npm] npm ci  (0) 2019.05.16
[npm] async 프레임웍  (0) 2019.05.15

[Lambda]

Reference2019. 5. 16. 22:57

API Gateway 로 S3 파일 업로드

http://devstory.ibksplatform.com/2017/12/aws-lambda-api-gateway-s3-api-1-api.html

 

AWS Lambda - API Gateway로 S3 파일 업로드 API 만들기 #1 - Lambda 함수 생성

IBK시스템 플랫폼 사업팀 블로그입니다. 플랫폼 사업을 진행하면서 경험한 생생한 IT기술을 공유하고자 합니다.

devstory.ibksplatform.com

 

'Reference' 카테고리의 다른 글

[Reading] 190519 - 190525  (0) 2019.05.27
[npm] npx  (0) 2019.05.19
[npm] npm ci  (0) 2019.05.16
[npm] async 프레임웍  (0) 2019.05.15
[Web] 쿠키와 세션  (0) 2019.05.14

[npm] npm ci

Reference2019. 5. 16. 21:08

 

CI 환경을 위한 npm ci

https://medium.com/@trustyoo86/ci-환경을-위한-npm-ci-npm-ci-for-continous-integration-850fc48dd4cc

 

CI 환경을 위한 npm ci — Npm ci for Continuous Integration

5.7.0 부터 npm ci 커맨드를 사용할 수 있게 되었습니다. 보통, ci라 함은 Contiuouse Integration (지속적인 통합) 의 개념 으로써, 오픈소스 개발시에 많은 분들이 travis ci를 사용하시는 것을 볼 수 있습니다…

medium.com

 

'Reference' 카테고리의 다른 글

[npm] npx  (0) 2019.05.19
[Lambda]  (0) 2019.05.16
[npm] async 프레임웍  (0) 2019.05.15
[Web] 쿠키와 세션  (0) 2019.05.14
[Reading] 190512 - 190518  (0) 2019.05.12