빠른 NPM 설치 사용을 위해 YAML 위에 NPM 설치 구성.

저장소 : https://github.com/fncolon/npm-fast-installer



빠른 NPM 설치 사용을 위해 YAML 위에 NPM 설치 구성.

See the documentation here on wiki also

목차


  • Introduction
  • Structure of configuration file
  • How to init sample configuration file?
  • How to run the configuration file?

  • 소개



    빠른 NPM 설치 사용을 위해 YAML 위에 NPM 설치 구성.

    구성 파일의 구조




    # install dependencies (also we know as simple `npm install`)
    dependencies:       
      # example       
      express: "latest"  
    # install devdependencies (also we know as `npm install -D` which contains package for development and build our bundle)    
    devDependencies:  
    # install global dependencies (also we know as `npm install -g`)      
    global:
    


    샘플 구성 파일을 초기화하는 방법



    예를 들어 다음과 같이 할 수 있습니다.

    npx npm-fast-installer init pre-commit-installation
    


    구성 파일을 실행하는 방법



    예를 들어 다음과 같이 할 수 있습니다.

    npx npm-fast-installer ./pre-commit-installation.yml
    


    폐쇄



    예를 들어 dart의 pubspec_yaml과 같은 멋진 주석으로 nodejs 패키지를 관리하려는 경우 일부 패키지를 조사하고 더 이상 하나씩 설치할 필요가 없습니다. 기존 예제와 같이 npx로 간단하게 실행되는 이 패키지를 사용해 볼 수 있습니다!

    좋은 웹페이지 즐겨찾기