In the current mob.new command it will init with example code.
But I have to delete them everytime I would need a new project.
Adding an option such as mob.new myproject --demo will keep the current way with demo files.
mob.new myproject would init a blank project with just the barebones needed
to compile an app.
- app.ex
- repo.ex
- home_screen.ex
Other idea is using mob.new myproject --blank to allow a barebones configuration, but I guess that
is more common to use a blank template than a template filled with demo files.
In the current
mob.newcommand it will init with example code.But I have to delete them everytime I would need a new project.
Adding an option such as
mob.new myproject --demowill keep the current way with demo files.mob.new myprojectwould init a blank project with just the barebones neededto compile an app.
Other idea is using
mob.new myproject --blankto allow a barebones configuration, but I guess thatis more common to use a blank template than a template filled with demo files.