JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q43109F
  • License MIT

Turbo git config initialization command

Package Exports

  • turbo-git-init

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (turbo-git-init) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status codecov npm Turbo Commit bitHound Code Climate

turbo-git-init

Turbo git config initialization command -> This command will prompt some questions to the user and it will create a .turbogit config file with the specific git commit convention choosen.

This lib is part of the Turbo Git -> Making your git even more awesome 😎🙌

how to use it:

npm install --save turbo-git-init

And then from the code when you need use it you just need to run:

require('turbo-git-init')();

This will print out the command output:

screenshot

Have fun!