2016-11-26 23:18:33 +01:00
2016-11-26 14:45:56 +01:00
2016-11-26 23:18:33 +01:00
2016-10-27 19:43:54 +02:00
2016-11-26 14:45:56 +01:00
2016-02-20 03:45:25 +01:00
2016-11-26 14:45:56 +01:00
2016-11-26 23:18:33 +01:00
2016-06-09 23:46:28 +02:00
2016-11-26 14:45:56 +01:00

projectinfo

returns a projectoinfo object for a directory path. TypeScript ready.

Status

build status Dependency Status devDependency Status

Usage

var projectinfo = require("projectinfo")

myProject = new ProjectinfoNpm("/somepath/to/projectroot");
myProject.version // displays version
Description
A tool for gathering project information, supporting npm, git, and more.
Readme 440 KiB
Languages
TypeScript 100%