Package detail

@videojs/generator-helpers

videojs1.7kApache-2.03.2.0

A package to keep all of our generator helpers packages, so everything can be updated more easily.

readme

@videojs/generator-helpers

Build Status Greenkeeper badge

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 called vjs-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 that
  • doctoc: provides a doctoc binary that will a table of contents to any markdown file. Should be used with --notitle to avoid a title
  • lint-staged: provides a lint-staged binary that looks at package.json for instructions. See the docs or what we use in the generator
  • npm-merge-driver-install mostly automatic git conflict merging for package-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 info
  • shx A cross platform and lightweight binary that supports running shell commands across operating system. See the docs for what it can do
  • husky provides git hooks so that certain commands can be run when git commands are run. See the docs
  • cross-env a binary to set shell enviornment variables and run scripts across operating systems.

changelog

3.2.0 (2021-12-15)

Chores

3.1.1 (2021-08-18)

Chores

3.1.0 (2021-08-16)

Features

  • use @videojs/update-changelog (which provides the old packages) (4790272)

3.0.1 (2021-06-24)

Chores

3.0.0 (2021-05-28)

Chores

  • update packages to fix security issues (#6) (e2fc9b0)

BREAKING CHANGES

  • now only support node 14

2.0.2 (2020-11-09)

Chores

  • update npm-merge-driver-install to fix update issues (0080ab1)

2.0.1 (2020-10-27)

Bug Fixes

  • circular depencency warnings on node 14 via shx update (b39c76e)

2.0.0 (2020-10-22)

Chores

  • update npm-merge-driver-install (98d2dbe)
  • update package version (dd64435)

BREAKING CHANGES

  • lint-staged no longer requires a git add add the end of all scripts. It will warn when you have git add as the last step now.
  • husky requires git >= 2.13.2
  • we now require node >= 10

1.2.0 (2019-08-16)

Features

1.1.1 (2019-06-28)

Chores

  • package: update packages (cf7af76)

1.1.0 (2019-04-24)

Bug Fixes

  • security: fix security issues by updating package-lock.json (48d426c)

Chores

  • package: update to husky@^2.0.0 (#1) (a7d8bb9)

1.0.0 (2019-01-11)

Bug Fixes

  • various things to get it to work from testing (0faac6f)

Chores

  • package: update npm-run-all to 4.1.5 for security fix (5c800fc)
  • package: update package files (bf6bac2)
  • package: update videojs-generator-verify to version 1.2.0 (1ff008e)
  • rename: rename to @videojs/generator-helpers (18cf480)
  • do not lint (3d0f071)