fix: add prepublish step to make links absolute for npm docs
This commit is contained in:
parent
5ff3da0994
commit
9f2c4f6987
29 changed files with 155 additions and 28 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/ajax"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/button"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/checkbox-group"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/checkbox"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/choice-input"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/core"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/field"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/fieldset"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/form-system"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/form"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/icon"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/input-amount"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/input-date"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/input-email"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/input-iban"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/input"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/localize"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/overlays"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/popup"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/radio-group"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/radio"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/select"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/steps"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/textarea"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/tooltip"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"directory": "packages/validate"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "../../scripts/insert-header.js"
|
||||
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
/* eslint-disable consistent-return, no-console */
|
||||
const fs = require('fs');
|
||||
|
||||
|
|
|
|||
7
scripts/npm-prepublish.js
Executable file
7
scripts/npm-prepublish.js
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
// insert headers in README.md
|
||||
require('./insert-header.js');
|
||||
|
||||
// rewrite relative markdown documentation links to absolute Github links
|
||||
require('./rewrite-links.js')();
|
||||
122
scripts/rewrite-links.js
Normal file
122
scripts/rewrite-links.js
Normal file
|
|
@ -0,0 +1,122 @@
|
|||
/**
|
||||
* Before we publish to npm, we want to rewrite all relative links inside markdown files to
|
||||
* absolute github paths, so that documentation hosted on npmjs.com never contains broken links.
|
||||
*/
|
||||
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const rewriteLinksConfig = {
|
||||
githubPath: 'https://github.com/ing-bank/lion/blob/master/',
|
||||
monorepoRootPath: path.resolve(__dirname, '../'),
|
||||
};
|
||||
|
||||
const gatherFilesConfig = {
|
||||
extension: '.md',
|
||||
excludeFiles: ['CHANGELOG.md'],
|
||||
excludeFolders: ['node_modules', '.history'],
|
||||
};
|
||||
|
||||
/**
|
||||
* Gets an array of files for given extension
|
||||
* @param {string} startPath - local filesystem path
|
||||
* @param {object} cfg - configuration object
|
||||
* @param {string} cfg.extension - file extension like '.md'
|
||||
* @param {array} cfg.excludeFiles - file names filtered out
|
||||
* @param {array} cfg.excludeFolders - folder names filtered out
|
||||
* @param {array} result - list of file paths
|
||||
* @returns {array} result list of file paths
|
||||
*/
|
||||
function gatherFilesFromDir(startPath, cfg = gatherFilesConfig, result = []) {
|
||||
const files = fs.readdirSync(startPath);
|
||||
files.forEach(file => {
|
||||
const filePath = path.join(startPath, file);
|
||||
const stat = fs.lstatSync(filePath);
|
||||
if (stat.isDirectory()) {
|
||||
const folderName = filePath.replace(/.*\/([^/]+)$/, '$1');
|
||||
if (!cfg.excludeFolders.includes(folderName)) {
|
||||
gatherFilesFromDir(filePath, cfg, result); // search recursively
|
||||
}
|
||||
} else if (filePath.endsWith(cfg.extension)) {
|
||||
const fileName = filePath.replace(/.*\/([^/]+)$/, '$1');
|
||||
if (!cfg.excludeFiles.includes(fileName)) {
|
||||
result.push(filePath);
|
||||
}
|
||||
}
|
||||
});
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
* Rewrites all relative links of markdown content to absolute links.
|
||||
* Also includes images. See: https://github.com/tcort/markdown-link-extractor/blob/master/index.js
|
||||
* @param {string} mdContent - contents of .md file to parse
|
||||
* @param {string} filePath - local filesystem path of md file,
|
||||
* like '/path/to/lion/packages/my-component/docs/myClass.md'
|
||||
* @param {object} cfg - configurantion object
|
||||
* @param {string} cfg.githubPath - root github url for the absolute result links
|
||||
* @param {string} cfg.monorepoRootPath - local filesystem root path of the monorepo
|
||||
* @returns {string} adjusted contents of input md file (mdContent)
|
||||
*/
|
||||
function rewriteLinksInMdContent(mdContent, filePath, cfg = rewriteLinksConfig) {
|
||||
const rewrite = href => {
|
||||
let newHref = href;
|
||||
const isRelativeUrlPattern = /^(\.\/|\.\.\/)/; // starts with './' or '../'
|
||||
if (href.match(isRelativeUrlPattern)) {
|
||||
const fileFolder = filePath.replace(/(.*\/).*/g, '$1');
|
||||
const absoluteLocalPath = path.resolve(fileFolder, href);
|
||||
// relativeFromRootPath: for instance 'packages/my-component/docs/' when
|
||||
// filePath is 'path/to/repo/packages/my-component/docs/myDoc.md'
|
||||
const relativeFromRootPath = absoluteLocalPath.replace(cfg.monorepoRootPath, '').slice(1);
|
||||
// newRoot: https://github.com/ing-bank/lion/blob/master/packages/my-component/docs/
|
||||
newHref = cfg.githubPath + relativeFromRootPath;
|
||||
}
|
||||
return newHref;
|
||||
};
|
||||
|
||||
const mdLink = (href, title, text) => {
|
||||
return `[${text}](${rewrite(href)}${title ? ` ${title}` : ''})`;
|
||||
};
|
||||
|
||||
const resultLinks = [];
|
||||
// /^!?\[(label)\]\(href(?:\s+(title))?\s*\)/
|
||||
const linkPattern = '!?\\[(.*)\\]\\(([^|\\s]*)( +(.*))?\\s*\\)'; // eslint-disable-line
|
||||
const matches = mdContent.match(new RegExp(linkPattern, 'g')) || [];
|
||||
|
||||
matches.forEach(link => {
|
||||
let newLink = '';
|
||||
const parts = link.match(new RegExp(linkPattern));
|
||||
if (parts) {
|
||||
newLink = mdLink(parts[2], parts[3], parts[1]);
|
||||
}
|
||||
resultLinks.push(newLink);
|
||||
});
|
||||
|
||||
// Now that we have our rewritten links, stitch back together the desired result
|
||||
const tokenPattern = /!?\[.*\]\([^|\s]*(?: +.*)?\s*\)/;
|
||||
const tokens = mdContent.split(new RegExp(tokenPattern, 'g'));
|
||||
const resultTokens = [];
|
||||
tokens.forEach((token, i) => {
|
||||
resultTokens.push(token + (resultLinks[i] || ''));
|
||||
});
|
||||
const resultContent = resultTokens.join('');
|
||||
return resultContent;
|
||||
}
|
||||
|
||||
/**
|
||||
* Main code
|
||||
*/
|
||||
function main({ dryRun } = { dryRun: false }) {
|
||||
const mdFilePaths = gatherFilesFromDir(process.cwd()); // [path.resolve(__dirname, '../', 'packages/field/README.md')];
|
||||
mdFilePaths.forEach(filePath => {
|
||||
const content = fs.readFileSync(filePath).toString();
|
||||
const rewrittenContent = rewriteLinksInMdContent(content, filePath);
|
||||
if (dryRun) {
|
||||
console.log(`== output for filePath '${filePath}' ===`); // eslint-disable-line no-console
|
||||
console.log(rewrittenContent); // eslint-disable-line no-console
|
||||
} else {
|
||||
fs.writeFileSync(filePath, rewrittenContent);
|
||||
}
|
||||
});
|
||||
}
|
||||
module.exports = main;
|
||||
Loading…
Reference in a new issue