A tool for gathering project information, supporting npm, git, and more.
Go to file
2016-06-09 23:48:27 +02:00
dist update dependencies and structure 2016-06-09 03:13:40 +02:00
test update dependencies and structure 2016-06-09 03:13:40 +02:00
ts update dependencies and structure 2016-06-09 03:13:40 +02:00
.gitignore update dependencies and structure 2016-06-09 03:13:40 +02:00
.gitlab-ci.yml update gitlab ci base image 2016-06-09 23:48:27 +02:00
LICENSE Initial commit 2016-02-20 03:45:25 +01:00
package.json 1.0.3 2016-06-09 03:13:46 +02:00
README.md add README 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