Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

x-publish

x-component2MIT1.0.1

publish utility creates README.md

x-x, x-component

readme

x-publish

This module has just a little utility script for all x-component modules

it generates the README.md

Usage

use x-publish as a devDependency in the package.json and call the script prepublish.sh:

"devDependencies": {
  "x-common": "~0.0"
},
....

"scripts": {
   "prepublish": "./node_modules/x-common/scripts/prepublish.sh"
},