Cookiecutter template for creating a Faststream 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 Faststream project using this template, follow these steps:
-
Open your terminal.
-
Run the following command to generate a new Faststream project:
cookiecutter https://github.com/airtai/cookiecutter-faststream.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 Faststream 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 Faststream application.
-
That's it! You now have a new Faststream 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.