Skip to content

algorandfoundation/algokit-base-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This base template provides a baseline structure for an empty AlgoKit workspace project.

Structure

The base workspace project structure looks as follows:

.
├── .algokit.toml # configuration file for algokit that defines this root folder as a workspace
├── projects # main folder for all sub-projects that can be added to the workspace by executing `algokit init` in the root folder
└── README.md # this file, including main instructions on navigating within the workspace

To use this template, install AlgoKit and then either execute algokit init. Any standalone template will auto include the content of this template as a base. To disable this behavior use the --no-workspace flag.

Notes for template builders

Template contains a set of hidden questions that can be altered via explicit -a flag in algokit init command. Those are useful when base template is part of your copier _tasks (see fullstack for reference) invocation and you want to control behavior around optional artifacts that are disabled by default.

GitHub Codespaces

If executing this repository in GitHub Codespaces, execute algokit generate devcontainer to create default .devcontainer.json file prior to provisioning a codespace instance and commit to version control. Then, after codespace creation, the container will automatically cleanup templatized content and pre-install algokit for you. To get started execute:

  • algokit init - to invoke interactive wizard to guide you through the process of creating a new AlgoKit project

Powered by Copier templates.