3.2.0 • Published 4 years ago
@videojs/generator-helpers v3.2.0
@videojs/generator-helpers
A package to keep all of our generator helpers packages, so everything can be updated more easily.
Installation
To install run
npm i --save-dev @videojs/generator-helpersWhat does it provide/do
@videojs/update-changelog: provides a binary calledvjs-update-changelogthat we use to automate our changelog updates during releases. See commit conventions for details on how this is generated see the docs for thatdoctoc: provides adoctocbinary that will a table of contents to any markdown file. Should be used with--notitleto avoid a titlelint-staged: provides alint-stagedbinary that looks atpackage.jsonfor instructions. See the docs or what we use in the generatornpm-merge-driver-installmostly automatic git conflict merging forpackage-lock.json.npm-run-allAllows us to use npm as a task runner and more easily run tasks in parallel/sequence. See the docs for more infoshxA cross platform and lightweight binary that supports running shell commands across operating system. See the docs for what it can dohuskyprovides git hooks so that certain commands can be run when git commands are run. See the docscross-enva binary to set shell enviornment variables and run scripts across operating systems.