Cookiecutter template for creating a basic Airt python project.
Before you can use this Cookiecutter template, please make sure you have the cookiecutter
package installed. If it's not already installed, you can do so using the following command:
pip install cookiecutter
To create a new Airt python project using this template, follow these steps:
-
Open your terminal.
-
Run the following command to generate a new Airt python project:
cookiecutter https://github.com/airtai/cookiecutter-airt-python.git
This command will prompt you to provide some information about your project, such as project name, author name, and other configuration options.
-
After you've answered the prompts, Cookiecutter will create a new directory for your Airt python project based on your responses.