Solidity compiler (solc) path remappings for OpenZeppelin contracts

Solidity compiler (solc) path remappings for OpenZeppelin contracts when using solc directly.

Run from the project root directory:

$ solc @openzeppelin/=$(pwd)/node_modules/@openzeppelin/ contracts/*.sol

Thanks to @maurelian:

2 Likes