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
    

    閉鎖


    あなたがあなたのNodeJSパッケージをあなたのNodeJSパッケージを管理したいならば、あなたはDARTのPubspeckie YAMLのように、あなたは若干のパッケージを研究して、もう一つにそれをインストールする必要はありません.既存の例のようなYMLは、このパッケージを試してみることができます.