2016-06-09 23:46:28 +02:00
2016-06-09 03:13:40 +02:00
2016-06-09 03:13:40 +02:00
2016-06-09 03:13:40 +02:00
2016-06-09 03:13:40 +02:00
2016-02-20 03:45:25 +01:00
2016-06-09 03:13:46 +02:00
2016-06-09 23:46:28 +02: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%