TestaDiMucca / Hoarder-Util

CLI and UI tool that does some basic file operations for file storage and organization.
1 stars 0 forks source link

H-util-cli

Turns some common data operations into a CLI tool, to prevent needing various third party apps and utilities and configs. This includes:

Prerequisites

Needs the ffmpeg tool installed to perform media type actions.

brew install ffmpeg

Usage

This command will link and instantly invoke to test a successful installation:

npm run test-install

To link the command to be able to run it from terminal globally, run:

npm run update
h-util -o nihao

If already built and just needs installation:

npm run local

In some scenarios there may be a permissions error. This link has provided useful as it may be an npm global installations issue.

To run in-place just use as follows. Note the -- which indicates flags should be passed to the script and not consumed by npm/ts-node.

npm run ts-n -- umu

Test

npm run test

H-Util-UI

See README in /h-util-ui for the bootstrap template's setup instructions. Special directions (if any) will be added below if necessary.