1.3.3 • Published 2 years ago

@raydeck/local-assets v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

local-assets

Local asset hoister from dependencies

Usage

❯ yarn -s local-assets --help
Usage: local-assets [options] [command]

Options:
  -h, --help       display help for command

Commands:
  start            hoist local assets from dependencies
  set-path <path>  set the local assets path (currently ./assets)
  set-usedev       use dev dependencies for asset path search (currently
                   false)
  set-nodev        do not use dev dependencies for asset path search
                   (currently false)
  help [command]   display help for command

Commands

local-assets uses subcommands for its execution pattern

local-assets start

Recursively copy the contents from the subdirectory paths specified by the "path" (e.g. /assets) from each dependency (and devDependency if that setting is on) to the "path" relative to project root. E.g. from dependency my-dependency files and folders in node_modules/my_dependency/assets into ./assets.

local-assets set-path

Establish the relative path to both receive assets from and load them into your root project

local-assets set-usedev

Use development dependencies (in devDependencies) as well as main dependencies to find assets

local-assets set-nodev

Do not use development dependencies.

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago