@videojs/generator-helpers
v3.2.0
Published
A package to keep all of our generator helpers packages, so everything can be updated more easily.
Downloads
1,420
Maintainers
Keywords
Readme
@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-helpers
What does it provide/do
@videojs/update-changelog
: provides a binary calledvjs-update-changelog
that 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 adoctoc
binary that will a table of contents to any markdown file. Should be used with--notitle
to avoid a titlelint-staged
: provides alint-staged
binary that looks atpackage.json
for instructions. See the docs or what we use in the generatornpm-merge-driver-install
mostly automatic git conflict merging forpackage-lock.json
.npm-run-all
Allows us to use npm as a task runner and more easily run tasks in parallel/sequence. See the docs for more infoshx
A cross platform and lightweight binary that supports running shell commands across operating system. See the docs for what it can dohusky
provides git hooks so that certain commands can be run when git commands are run. See the docscross-env
a binary to set shell enviornment variables and run scripts across operating systems.