We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Etyl is a fork of Etyllica so the structure is almost the same except the packages was renamed.
You can use the code below to replace packages in etyllica projects:
cd src find ./ -type f -exec sed -i 's/br.com.etyllica/com.harium.etyl/g' {} +