--- id: make version: "0.1.6.post2" license: BSD License license_treatment: permissive maintenance: abandoned --- # make — Create project layout from jinja2 templates. License: permissive · Maintenance: abandoned · Downloads: 177.5K/mo ## What it is and what it does Make is a command-line tool that scaffolds new projects by rendering Jinja2 templates into a project directory structure. It reads configuration from a project.conf or project.json file in a template source, prompts for variable values interactively, and generates the final project layout with files and directories named and populated using those values. The tool supports fetching templates from local paths, zip files, GitHub and GitLab repositories (with shorthand syntax), and cookiecutter-style templates. You define a template by creating a directory with a project.conf or project.json configuration file and template files using Jinja2 syntax. The tool then handles downloading the template (if remote), collecting user input for template variables, and rendering the entire directory tree. It's useful for automating repetitive project setup tasks—creating boilerplate for Python packages, web applications, or other standardized structures—without requiring a separate cookiecutter dependency. Use it for: - Scaffold new Python packages with consistent structure, tests, and documentation choices from a single template. - Generate project layouts from GitHub or GitLab repositories without manually cloning and copying files. - Create reusable project templates for teams with conditional sections (e.g., optional test frameworks or doc generators). - Automate setup of web application or microservice boilerplate with environment-specific configuration. - Use existing cookiecutter templates via the same command-line interface without learning a separate tool. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Generates project directory structures and files from Jinja2 templates, supporting local paths, zip files, GitHub/GitLab repositories, and cookiecutter-style templates. No—this package is abandoned (last release October 2020, last commit January 2022) with no active maintenance. While it has low install friction and a permissive license, the lack of updates means it will not receive security patches, dependency upgrades, or bug fixes. For new projects, use actively maintained alternatives like cookiecutter or copier instead. ## Install pip install make uv add make poetry add make ## Installing make Before you install: Low install friction with only two runtime dependencies (Jinja2 and jinja2-time). However, the package is abandoned—last release was 2020-10-27 and last commit 2022-01-15—so no maintenance or security updates should be expected. License in practice: BSD License is permissive and poses no restrictions on use, modification, or distribution in commercial or private projects. Quickstart: pip install make python -m make project gh:fholmer/simple Verify before relying: - Whether the package works reliably with modern Python versions beyond 3.8, given its abandoned status and lack of recent testing. - Compatibility with current versions of Jinja2 and jinja2-time, and whether dependency updates have introduced breaking changes. ## Package facts - License: BSD License (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 177.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags project template generator, jinja2 project scaffolding, cookiecutter alternative, project layout from templates, directory structure generator, template-based project creation, github template downloader, project-scaffolding, template-engine, abandoned [View on SkillFed](https://skillfed.io/packages/make) · [View on PyPI](https://pypi.org/project/make/)