Skip to content

Migrating from Etyllica

Yuri Pourre edited this page May 18, 2018 · 1 revision

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' {} +
Clone this wiki locally