UNPKG

@push.rocks/projectinfo

Version:

gather information about projects. supports npm, git etc.

8 lines (7 loc) 276 B
export * from './projectinfo.classes.git.js'; export * from './projectinfo.classes.npm.js'; export * from './projectinfo.classes.projectinfo.js'; /** * gets the name from package.json in a specified directory */ export declare let getNpmNameForDir: (cwdArg: any) => string;