Skip to content

Commit 5136a59

Browse files
setup files and saving changes
1 parent 0d8f39f commit 5136a59

File tree

13 files changed

+176
-6846
lines changed

13 files changed

+176
-6846
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div align="center">
22

3-
# NPM-Template
3+
# simple-web-scraper
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

6-
[Documentation](https://the-node-forge.github.io/npm-template/)
6+
[Documentation](https://the-node-forge.github.io/simple-web-scraper/)
77

88
</div>
99

10-
Welcome to The-Node-Forge **npm-template**! This repository serves as a **template**
10+
Welcome to The-Node-Forge **simple-web-scraper**! This repository serves as a **template**
1111
for The Node Forge members to quickly scaffold a new **TypeScript-based NPM package**
1212
with built-in **linting, testing, documentation, and CI/CD**.
1313

@@ -71,7 +71,7 @@ lives in the `docs/docs/` folder.
7171

7272
#### 📂 **`docs/docusaurus.config.ts`**
7373

74-
- remove any instance of /npm-template/ and add your /repo-name/
74+
- remove any instance of /simple-web-scraper/ and add your /repo-name/
7575
- Edit baseUrl to match repo name /repo-name/.
7676
- Edit meta data to matcg your package details, comments left to help
7777

docs/api/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<div align="center">
66

7-
# NPM-Template
7+
# simple-web-scraper
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
99

10-
[Documentation](https://the-node-forge.github.io/npm-template/)
10+
[Documentation](https://the-node-forge.github.io/simple-web-scraper/)
1111

1212
</div>
1313

14-
Welcome to The-Node-Forge **npm-template**! This repository serves as a **template**
14+
Welcome to The-Node-Forge **simple-web-scraper**! This repository serves as a **template**
1515
for The Node Forge members to quickly scaffold a new **TypeScript-based NPM package**
1616
with built-in **linting, testing, documentation, and CI/CD**.
1717

@@ -75,7 +75,7 @@ lives in the `docs/docs/` folder.
7575

7676
#### 📂 **`docs/docusaurus.config.ts`**
7777

78-
- remove any instance of /npm-template/ and add your /repo-name/
78+
- remove any instance of /simple-web-scraper/ and add your /repo-name/
7979
- Edit baseUrl to match repo name /repo-name/.
8080
- Edit meta data to matcg your package details, comments left to help
8181

docs/api/functions/greet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
> **greet**(`name`): `string`
1010
1111
Defined in:
12-
[index.ts:7](https://github.com/The-Node-Forge/npm-template/blob/7ef16a4e75648007e2db8a20664c1fe88e3fe7b0/src/index.ts#L7)
12+
[index.ts:7](https://github.com/The-Node-Forge/simple-web-scraper/blob/7ef16a4e75648007e2db8a20664c1fe88e3fe7b0/src/index.ts#L7)
1313

1414
Generates a greeting message for a given name.
1515

docs/docs/api/functions/greet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> **greet**(`name`): `string`
44
55
Defined in:
6-
[index.ts:7](https://github.com/The-Node-Forge/npm-template/blob/7ef16a4e75648007e2db8a20664c1fe88e3fe7b0/src/index.ts#L7)
6+
[index.ts:7](https://github.com/The-Node-Forge/simple-web-scraper/blob/7ef16a4e75648007e2db8a20664c1fe88e3fe7b0/src/index.ts#L7)
77

88
Generates a greeting message for a given name.
99

docs/docs/api/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<div align="center">
22

3-
# NPM-Template
3+
# simple-web-scraper
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

6-
[Documentation](https://the-node-forge.github.io/npm-template/)
6+
[Documentation](https://the-node-forge.github.io/simple-web-scraper/)
77

88
</div>
99

10-
Welcome to The-Node-Forge **npm-template**! This repository serves as a **template**
10+
Welcome to The-Node-Forge **simple-web-scraper**! This repository serves as a **template**
1111
for The Node Forge members to quickly scaffold a new **TypeScript-based NPM package**
1212
with built-in **linting, testing, documentation, and CI/CD**.
1313

@@ -71,7 +71,7 @@ lives in the `docs/docs/` folder.
7171

7272
#### 📂 **`docs/docusaurus.config.ts`**
7373

74-
- remove any instance of /npm-template/ and add your /repo-name/
74+
- remove any instance of /simple-web-scraper/ and add your /repo-name/
7575
- Edit baseUrl to match repo name /repo-name/.
7676
- Edit meta data to matcg your package details, comments left to help
7777

docs/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
# Documentation Index
88

9-
Welcome to the documentation for **NPM-Template**. Below is a list of available
9+
Welcome to the documentation for **simple-web-scraper**. Below is a list of available
1010
guides:
1111

1212
## Description

docs/docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ const config: Config = {
88
favicon: 'img/favicon.ico',
99

1010
url: 'https://the-node-forge.github.io',
11-
baseUrl: '/npm-template/',
11+
baseUrl: '/simple-web-scraper/',
1212
trailingSlash: false,
1313

1414
organizationName: 'The-Node-Forge',
15-
projectName: 'npm-template', // Edit
15+
projectName: 'simple-web-scraper', // Edit
1616
deploymentBranch: 'gh-pages',
1717

1818
onBrokenLinks: 'throw',
@@ -29,15 +29,15 @@ const config: Config = {
2929
{
3030
docs: {
3131
sidebarPath: require.resolve('./sidebars.ts'),
32-
editUrl: 'https://github.com/The-Node-Forge/npm-template/tree/main/docs/',
32+
editUrl: 'https://github.com/The-Node-Forge/simple-web-scraper/tree/main/docs/',
3333
},
3434
blog: {
3535
showReadingTime: true,
3636
feedOptions: {
3737
type: ['rss', 'atom'],
3838
xslt: true,
3939
},
40-
editUrl: 'https://github.com/The-Node-Forge/npm-template/tree/main/docs/',
40+
editUrl: 'https://github.com/The-Node-Forge/simple-web-scraper/tree/main/docs/',
4141
onInlineTags: 'warn',
4242
onInlineAuthors: 'warn',
4343
onUntruncatedBlogPosts: 'warn',
@@ -74,7 +74,7 @@ const config: Config = {
7474
// uncomment to enable blogs
7575
// { to: '/blog', label: 'Blog', position: 'left' },
7676
{
77-
href: 'https://github.com/The-Node-Forge/npm-template',
77+
href: 'https://github.com/The-Node-Forge/simple-web-scraper',
7878
label: 'GitHub',
7979
position: 'right',
8080
},
@@ -97,7 +97,7 @@ const config: Config = {
9797
items: [
9898
{
9999
label: 'GitHub',
100-
href: 'https://github.com/The-Node-Forge/npm-template',
100+
href: 'https://github.com/The-Node-Forge/simple-web-scraper',
101101
},
102102
],
103103
},

docs/static/PROJECTMARKDOWN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<div align="center">
22

33
<h2 style={{ fontSize: '2rem', color: 'var(--ifm-color-primary)', textAlign: 'center' }}>
4-
NPM-Template
4+
simple-web-scraper
55
</h2>
66

77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88

99
</div>
1010

11-
Welcome to The-Node-Forge **npm-template**! This repository serves as a **template**
11+
Welcome to The-Node-Forge **simple-web-scraper**! This repository serves as a **template**
1212
for The Node Forge members to quickly scaffold a new **TypeScript-based NPM package**
1313
with built-in **linting, testing, documentation, and CI/CD**.
1414

@@ -72,7 +72,7 @@ lives in the `docs/docs/` folder.
7272

7373
#### 📂 **`docs/docusaurus.config.ts`**
7474

75-
- remove any instance of /npm-template/ and add your /repo-name/
75+
- remove any instance of /simple-web-scraper/ and add your /repo-name/
7676
- Edit baseUrl to match repo name /repo-name/.
7777
- Edit meta data to matcg your package details, comments left to help
7878

0 commit comments

Comments
 (0)