Cookiecutter template for developing with FastAgency.
Before you can use this Cookiecutter template, please make sure you have the cookiecutter
package installed. If it's not installed, you can do so with the following command:
pip install cookiecutter
To create a new FastAgency project using this template, follow these steps:
-
Open your terminal.
-
Run the following command to generate a new FastAgency project:
cookiecutter https://github.com/airtai/cookiecutter-fastagency.git
This command will prompt you to provide some information about your project, such as the project name, author name, and other configuration options.
-
After you've answered the prompts, Cookiecutter will create a new directory for your FastAgency project based on your responses.
-
Inside the newly generated directory, you will find a README file specific to your project. Follow the instructions in that README file to set up and run your FastAgency application.
-
That's it! You now have a new FastAgency project set up and ready to go. If you have any further questions or need additional assistance, please refer to the project-specific README file or reach out to the project maintainers.