Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 264 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 264 Bytes

trimport

This script removes unused and useless import directives from Solidity contracts.

It should be executed from the root of a Truffle folder. It goes through the contracts subfolder, and removes every import line as long as truffle compile succeeds.