Skip to content

Add ccms freeze #12

@keanuplayz

Description

@keanuplayz

pip freeze > requirements.txt appends all your Python project dependencies to a file called requirements.txt.
pip then allows you to install those dependencies with pip install -r requirements.txt.

I have an idea which seems interesting and handy to many developers and/or users.
ccms freeze > mods.txt.
This argument will scan your installed mods, and write them to a file.

The format of this file would be:

modname==0.17
modname2==2.3.3

You can then install all those mods with ccms install --file mods.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions