Skip to content

Command-Line Interface for Trimm: A dependency manager for 3D assets

Notifications You must be signed in to change notification settings

JoyceStick-BC/Trimm-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trimm-CLI

Built on Python using click and requests

Setup

pip install click
pip install requests
pip install tqdm

Usage

To install a bundle:

python trimm.py install <bundlename>

To update your bundles from your trimm.json, run:

python trimm.py update

To pull all missing bundles from your trimm.json, run:

python trimm.py pull

To create zips for all missing bundles, run:

python trimm.py make_zips

To delete all bundles no longer tracked by your trimm.json, run:

python trimm.py delete

To see all line command args run:

python trimm.py --help

About

Command-Line Interface for Trimm: A dependency manager for 3D assets

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages