I noticed that when I create a Ruby gem, a Rakefile is also automatically created in the source directory's root. I wanted to have something similar when creating a Dart project, so I created this project. Would you be interested in including Bakefiles on project creation?
I noticed that when I create a Ruby gem, a
Rakefile
is also automatically created in the source directory's root. I wanted to have something similar when creating a Dart project, so I created this project. Would you be interested in includingBakefile
s on project creation?