Blank Template
This project template only contains: lib/, project.odin, .gitignore and README.md.
It’s the most lean possible template compatible with Gungnir. Besides the lib and project.odin directories
is up to you to set the contents and structure of the project.
When to use?
Use this template if you want the bare minimun required to be a Draupnir template.
- The most barebones template. Only
project.odinandlib/directory. - See the contents of a blank template.
Instalation
$ draupnir blank my-project
Structure
2 directories, 4 files
.
├── .gitignore
├── README.md
├── lib
│ └── .gitkeep
└── project.odin