1.2.0 • Published 7 years ago
video-to-images-cli v1.2.0
video-to-images-cli
CLI for video-to-images
Setup (in ./)
Install NodeJS
Fetch dependencies
npm installDev (in ./)
Typescript builds are automatic and watch for file changes:
npm run buildor run this to build only once:
npm run buildOnceBuilding, Linting, Formatting, Testing:
npm testContribution
- use
git pull --rebasein favor of regular pull, i recommend configuring it globally via:git config --global pull.rebase true