guess-repo-type
v1.0.0
Published
Guess the VCS managing a local repo
Downloads
16
Readme
guess-repo-type
About
Guess the type of the current repo.
Algorithm
guess-repo-type
guesses the repo type based on the following heuristics, in order:
- Repo information stored in
package.json
More will be added in the future, probably.
Installation
npm install --save guess-repo-type
API
var type = require('guess-repo-type')
Author
Alex Jordan [email protected]
License
LGPL 3+