Closed gleich closed 4 years ago
Allow for global system install using pub global activate import_sorter. When doing this allow the user to use an --install command for installing it the given project. Also, allow for a global config stored in ~/.import_sorter.
pub global activate import_sorter
--install
~/.import_sorter
Might make it too complex. Not going to add.
Allow for global system install using
pub global activate import_sorter
. When doing this allow the user to use an--install
command for installing it the given project. Also, allow for a global config stored in~/.import_sorter
.