https://github.com/fvictorio/run-loader
Run webpack loader from the command line
https://github.com/fvictorio/run-loader
Last synced: about 2 months ago
JSON representation
Run webpack loader from the command line
- Host: GitHub
- URL: https://github.com/fvictorio/run-loader
- Owner: fvictorio
- Created: 2017-05-31T16:50:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T18:11:11.000Z (almost 8 years ago)
- Last Synced: 2025-04-01T12:23:31.258Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# run-loader
Run a webpack loader (or chain of loaders) from the command line.
## Installation
```bash
yarn global add run-loader
```## Usage
```bash
mkdir foo
cd foo
yarn add style-loader
echo "div { color: red }" > asdf.css
run-loader loader [another-loader [yet-another-loader [...]]] file
```