arcade-mcp/libs/arcade-cli/arcade_cli/templates/{{ toolkit_name }}
Mateo Torres a30fc9379a
added ruff toml and pre-comit files to template if community (#477)
This reintroduces a question into `arcade new`, which adds the ruff and
pre-commit files into new toolkits that are aimed to be contributed back
to Arcade AI.

I use it in the toolkit building tutorial

---------

Co-authored-by: Evan Tahler <evantahler@gmail.com>
2025-07-09 14:04:30 -03:00
..
evals 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
tests 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
{{ package_name }} 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
.pre-commit-config.yaml added ruff toml and pre-comit files to template if community (#477) 2025-07-09 14:04:30 -03:00
.ruff.toml added ruff toml and pre-comit files to template if community (#477) 2025-07-09 14:04:30 -03:00
Makefile Update toolkit Makefiles (#466) 2025-07-01 11:29:12 -07:00
pyproject.toml patching toolkit template generator for outside the main repo (#460) 2025-06-30 19:19:15 -03:00
README.md 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00

{% if toolkit_author_name -%} GitHub release {% endif -%} Python version License PyPI version
{% if toolkit_author_name -%} {% endif %}

Arcade {{ toolkit_name }} Toolkit

{% if toolkit_description -%} {{ toolkit_description }} {% endif -%}

Features

  • The {{ toolkit_name }} toolkit does not have any features yet.

Development

Read the docs on how to create a toolkit here