x-publish

publish utility creates README.md

Usage no npm install needed!

<script type="module">
  import xPublish from 'https://cdn.skypack.dev/x-publish';
</script>

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"
},