2.1.0 • Published 7 years ago

gitconfiglocal v2.1.0

Weekly downloads
1,595,111
License
BSD
Repository
github
Last release
7 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-gitcluminos-ui-core@everything-registry/sub-chunk-1764jawwy-sdkjawwy_gamification_releasereact-native-sphereuisphereuijawwy_libraryreact-native-credit-card-pkgreact-native-jawwy_samplegriffin-ui-librarytailwind-vector-effecttest-library-123test-haptik-libwinx-form-winxwexperimentwifi_configuration_packagewillbetest-zeo-collecttestgrid-cypress-clivision-camera-plugin-scan-facesvision-camera-base64-resizedvcloudcam-playkit-js-hlsvantiq-reactvue-dev-clonejrennsoh88-react-native-scroll-indicatorjesh-calculationjnf-accesscontrol-rnttljordy-frijters-test-libjamuskalimkhaled-salem-custom-componentslazy-bee-uiiiif-manifest-editorhypergitheroicdefenseluojia-cli-devl2forlerna@wecraftapps/react-native-use-keyboard@wdio/browserstack-service@tlgeo/react-native-gdal@thinxviewx/core-rn@torchlabs/netlify-cli@viwo/npm-flow@yplabs-ltd/react-native-detector@zalastax/nolb-gitc@zotasys/nativeagent-get-agentadyen-rnawesome-module-kdastra-ufo-sdkarifbudixzarchlibraryarvm-bestdeveloper@happy-gastro/react-native-printer-module@hawkingnetwork/react-native-tab-view@hbglobal/react-native-actions-shortcutsjawwy_library_newjawy_library_v1gamification-jawwy-libraryframework_test_library_sixdee_new_jawwytest_lib_module_aarquickcapture_react_nativesushi-sdk-ftmrn-agora-ios-mzzzxxxyyy321123react-native-omental-frameworkreact-native-sixdee_test_libyarn-react-hook-formwatch-gh-repos@labiebhn_/react-native-multiplier@lordbeanbag/vite-plugin-svg-icons-monorepo@lehuyaa/my-assets@nightwatch/browserstackmpd-parser-1miracle-webpack-tree-shakingnative-apple-loginnative-kakao-loginnative-google-loginnative-date-picker-modulenative-modal-damage-vehicleori-bot-react-native
2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

10 years ago

1.0.0

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

12 years ago

0.0.0

13 years ago