Autoprefixer CLI
CLI tool for Autoprefixer. The official way to use Autoprefixer is postcss-cli, this tool is for legacy code.
Install:
npm install --global autoprefixer-cli
Usage:
autoprefixer-cli -o main.prefixed.css main.css
See full documentation by:
autoprefixer-cli -h