vtils

Home > types > PackageJson > DirectoryLocations

PackageJson.DirectoryLocations interface

Signature:

export interface DirectoryLocations 

Properties

Property Type Description
bin? string (Optional) Location for executable scripts. Sugar to generate entries in the bin property by walking the folder.
doc? string (Optional) Location for Markdown files.
example? string (Optional) Location for example scripts.
lib? string (Optional) Location for the bulk of the library.
man? string (Optional) Location for man pages. Sugar to generate a man array by walking the folder.
test? string (Optional) Location for test files.