mix-setup
v1.1.0
Published
Simple utility to setup laravel-mix
Readme
mix-setup
A small command line utility to setup laravel-mix in any project.
Installation
Install the utility from npm:
npm install -g mix-setupUsage
cd into the directory where you want to initialize mix and run the command:
cd /path/to/project && mix-setupOptions
-o, --output <path> Path mix should be setup in (optional)
--no-scripts Do not include scripts 