Skip to main content

No project description provided

Project description

Mixy

A Highly Flexible and Customizable CLI Project Templater

Report Bug · Request Feature



About the project

Mixy is a CLI tool used to create projects based on one or more templates. Templates can be files, directories, git repositories, or any other supported source of content, and allow you to customize them with variables. It combines the templates into a single project directory. As a flexible tool, Mixy uses a configuration file to define a project, which can be reused since variables are replaced with values at runtime. For example, you can use Mixy to create a Flask web app project by combining multiple templates from GitHub.

Warning This project is in early development and is rapidly evolving. This means you can expect:

  • Missing features
  • No stability guarantees
  • Bugs

Getting Started

Prerequisites

This project requires python 3.11 or later to be installed.

Installation

It is recommended to use a virtual environment to install Mixy and avoid conflicts with other packages. You can create and activate a virtual environment with:

python -m venv env

To activate the virtual environment, you can use the following command depending on your platform:

  • On Windows, run:
env\Scripts\activate.bat
  • On Unix or MacOS, run:
source env/bin/activate

Installation can be done using pip:

pip install mixy

To verify that Mixy was installed correctly, you can run:

mixy --version

Usage

Coming soon

License

See the LICENSE file.

Authors

back to top

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mixy-1.10.0.tar.gz (14.9 kB view hashes)

Uploaded Source

Built Distribution

mixy-1.10.0-py3-none-any.whl (24.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page