timknip / clean-cdb

Utility to clean up duplicate models from CDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clean-cdb

Utility to move older revisions of CDB model files to a backup directory.

install

npm install

run

coffee src/main.coffee [OPTIONS]

Options:

-c, --cdb [DIR]             Location of CDB, default is /cdb
-o, --outdir [DIR]          Output directory for backup, default is /cdb/backup/models
-h, --help                  Shows this help message

About

Utility to clean up duplicate models from CDB


Languages

Language:CoffeeScript 100.0%