1.0.12 • Published 3 months ago
local-img-helper v1.0.12
A tool to help you view local pictures.
Usage
yarn add @byted/local-img-helper --dev
you can use npx local-img-helper --path=src
in your terminal or add a command in scripts
of file "package.json".
{
"scripts": {
"img": "yarn local-img-helper --path=src"
}
}
Params
- path: string
your files path, --path
is required.
Note
Folders with . or node_modules or dist
in the name are automatically skipped.