1.0.5 • Published 5 years ago

@ng-vision/indexer v1.0.5

Weekly downloads
7
License
-
Repository
-
Last release
5 years ago

@ng-vision/indexer

Adds a CLI command for generating an index file for Angular Libraries.

Installation

npm i -g @ng-vision/indexer

Usage

indexer <folder> <output file> <search pattern>

Parameters

ParameterDescription
folderThe folder containing the library. The path specified will be used as the export origin.
output fileThe name of the file which to export to.
search patternFilters all the exports that match one of the given patterns. The order of the exports are determined by the order of the provided patterns.

You can setup a NPM script by adding the following to your package.json file of you library:

CD src && indexer ./lib index.ts ".extensions .enum .function .attribute .interface .model .pipe .directive .service .component .module"
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago