Since Editor 2 can open projects straight from disk but can’t yet create new ones on its own, I decided to put up a blank template project for myself and anyone else to use. This way you don’t need to use the dashboard or sort out and copy the necessary bits from an existing project to start a new project. Just download the zip, extract, and go. Now I keep a copy on my drive so I can start a new project without internet access at all! (it happens) You can download the template from Github or the Defold community site
This is a blank project. It contains the minimum files required for it to build: game.project, game.input_binding, and main.collection, plus the .gitignore file that Editor 2 generates automatically. No extra stuff that you have to delete every time.
The main complaint I see about Defold (mostly from open-source fans) is that you’re forced to submit all your game code and assets to King’s servers and have to log in to create new projects, etc. It’s hard to squash that complaint when there still isn’t a really easy and obvious way to create a new project without the Dashboard. So now you can just grab a zip of this repo, extract it wherever you want, and open it.