-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmock1.html
More file actions
49 lines (46 loc) · 1.85 KB
/
mock1.html
File metadata and controls
49 lines (46 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>🔍🔍🔍 replacer-util 🔍🔍🔍</title>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/pretty-print-json@3.0/dist/css/pretty-print-json.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.2/css/all.min.css>
<script src=https://cdn.jsdelivr.net/npm/pretty-print-json@3.0/dist/pretty-print-json.min.js></script>
<script src=https://cdn.jsdelivr.net/npm/fetch-json@3.3/dist/fetch-json.min.js></script>
<script defer src=https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.11/build/highlight.min.js></script>
</head>
<body>
<header>
<h1>🔍🔍🔍 replacer-util 🔍🔍🔍</h1>
<h2>Find and replace strings or template outputs in text files (CLI tool designed for use in npm package.json scripts)</h2>
<time datetime=2025>2025</time>
</header>
<main>
<p>I, for one, welcome our new A.I. module overlords.</p>
<ul>
<li>Release: v1.6.2</li>
<li>Minor: v1.6</li>
<li>Major: v1</li>
</ul>
<pre><code class=language-js>//! replacer-util ~~ MIT License
// File: mock2.js
let π2 = 3.14;
let τ2 = 2 * π2;
const info2 = {
banner: '🔍🔍🔍 replacer-util v1.6.2 🔍🔍🔍',
description: 'Find and replace strings or template outputs in text files (CLI tool designed for use in npm package.json scripts)',
code: 'mock1',
file: 'spec/fixtures/web/mock1.html',
year: '2026',
list1: 'A.I. module, A.I. module, A.I. module',
list2: 'A.I. module, iNsEcT, INSECT, A.I. module',
math: { π2, τ2 },
};
export { info2 };
</code></pre>
</main>
<footer>
<a href=.>Home</a>
</footer>
</body>
</html>