Skip to content

atopile/faebryk-project-template

Repository files navigation

Template

This is a template project for new faebryk projects.

Getting started

First press use this template (or the button on the top of the page github page). Then clone your new repository locally by running the following commands in your terminal:

git clone <your_repo_name>
cd <your_repo_name>

Make sure you have python installed. You should use a version between 3.11 and 3.13.

python --version

Create and enter a virtual environment by running the following command:

python -m venv .venv
source .venv/bin/activate

Install faebryk by running the following command:

python -m pip install faebryk

Now you can setup your new project by running the following command:

faebryk project

This step will guide you through the setup process of your new project.

About

Template for creating faebryk projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •