Open jwoertink opened 3 years ago
Ameba does this which is pretty neat. This would allow you to put it in a project as a development_dependency, then when you run your shards install, you could just do ./bin/icr to enter your console.
shards install
./bin/icr
Ameba does this which is pretty neat. This would allow you to put it in a project as a development_dependency, then when you run your
shards install
, you could just do./bin/icr
to enter your console.