Turns some common data operations into a CLI tool, to prevent needing various third party apps and utilities and configs. This includes:
Needs the ffmpeg
tool installed to perform media type actions.
brew install ffmpeg
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
npm run test
See README in /h-util-ui
for the bootstrap template's setup instructions. Special directions (if any) will be added below if necessary.