0.1.0 • Published 3 years ago

@duncan3142/lambda-package-list v0.1.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

The config file (default 'lambdainclude.json') glob patterns are used to select files for the package list.

This means that patterns which match a directory, e.g. './lib', have no effect. A pattern such as './lib/**' should be used instead.

Patterns will not match files from the 'node_modules' folder, which is included by default.

If no config file is found, the default patterns config is equivalent to:

{
	"patterns": ["**/*.{js,ts,js.map}", "!**/*.{spec,test}.{ts,js}"]
}

See 'lambda-package-list --help' for more options.