JS NPM package
The resolc compiler driver is published as an NPM package under @parity/resolc.
It’s usable from Node.js code or directly from the command line:
npx @parity/resolc@latest --bin crates/integration/contracts/flipper.sol -o /tmp/out
Note
While the npm package makes a nice portable option, it doesn’t expose all options.