2.1.0 • Published 5 years ago

gitconfiglocal v2.1.0

Weekly downloads
1,595,111
License
BSD
Repository
github
Last release
5 years ago

Build Status

gitconfiglocal

parse the .git/config file into a useful data structure

example

  • search config in $GIT_DIR (.git by default)
var gitconfig = require('gitconfiglocal');

gitconfig('./',function(err,config){
  console.log(config);
  /* prints:
  { core:
     { repositoryformatversion: '0',
       filemode: true,
       bare: false,
       logallrefupdates: true },
    remote:
     { origin:
        { url: 'git@github.com:soldair/node-gitconfiglocal.git',
          fetch: '+refs/heads/*:refs/remotes/origin/*' } } }
  */
});
  • specify $GIT_DIR via options:
gitconfig('./', { gitDir: 'path/to/gitdir' }, cb);
git-remote-origin-urleasy-select-rnreact-native-bluetooth2killi8n-react-native-fast-imageairscanairscan-examplereact-native-esc-pos-sahaab@borisovart/atol-kkt-module@frxf/frxfpublishcommandtestdeneme323112@ntt_app/react-native-custom-notificationreact-native-covid-sdk@jttechnic/interpreterreact-native-printer-brothersreact-native-shekhar-bridge-testcogoportutils@oiti/documentoscopy-react-nativequoc-test@infinitebrahmanuniverse/nolb-gitcnetlify-cliluminos-ui-core@everything-registry/sub-chunk-1764jawwy-sdkjawwy_gamification_releasereact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgreact-native-jawwy_samplenpm_qwertynpm_one_12_34_1_npm_one_1_2_3npm_one_2_2miracle-webpack-tree-shakingphishingpayutestingplaykit-js-hls-sondqone-more-gitlab-clipackagegitconfignative-google-loginnative-modal-damage-vehiclenative-kakao-loginpnm-yph-react-native-custom-components@apardellass/react-native-audio-stream@cdk8s-extensions/argo-rolloutbirken-react-native-community-image-editorbiometric-stbmodulefortesting@corelmax/react-native-my2c2p-sdk@contextmap/typescript-compiletime@cloudticon/cli@dotconf-pro/dotconf-pro@dotconf-pro/dotenv@con-test/react-native-concent-commonbrowserstack-cypress-clibrowserstack-node-sdk@cs6/react-native-test-native-view-librarycandlelabssdk@damruravihara/react-native-testing-packagecheckbox-component@viwo/npm-flow@zalastax/nolb-gitczeo-collectastra-ufo-sdk@appland/appmaparvm-bestdeveloperarchlibrary@amiruldev/wajs@brantalikp/rn-resize@bixi-design/builder@aysea/react-native-ui-library@azalpacir/react-native-dhp-printer@boundless-inc/mobiledoc-dom-renderer@buganto/client@decoupled/netlify-cli@aschmidt8/netlify-cliawesome-module-kd@blusalt-sdk/react-native-blusalt-document-verification@geeky-apo/react-native-advanced-clipboard@wecraftapps/react-native-use-keyboardwifi_configuration_packagewinx-form-winx@yplabs-ltd/react-native-detectorwatch-gh-repos@shelf.network/changelog-cli@adembacaj/react-native-google-pay@ali5049/react-native-buttons@amirdiafi/react-native-ios-hapticsarifbudixz@taingo97/react-native-awesome-module@taingo97/react-native-bluetooth-xprinter@taingo97/react-native-expo-key-rsa-kt@taingo97/react-native-expo-rsa@taingo97/react-native-generate-key-rsa@taingo97/react-native-key-rsa@taingo97/react-native-print-xprinter@taingo97/react-native-rsa@taingo97/react-native-rsa-expo@taingo97/react-native-sunmi-printer
2.1.0

5 years ago

2.0.2

6 years ago

2.0.1

8 years ago

1.0.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

10 years ago

0.0.0

11 years ago