mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-08-14 05:15:52 +08:00
chore: rename url2text to reader
This commit is contained in:
parent
c1743db305
commit
2dc0850c8c
@ -1,4 +1,4 @@
|
|||||||
# Url2Text
|
# reader
|
||||||
|
|
||||||
## Development Guide
|
## Development Guide
|
||||||
|
|
||||||
@ -12,7 +12,7 @@
|
|||||||
Clone the scenex repo by running the command:
|
Clone the scenex repo by running the command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:jina-ai/url2text.git
|
git clone git@github.com:jina-ai/reader.git
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
```
|
```
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "url2text",
|
"name": "reader",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint --ext .js,.ts .",
|
"lint": "eslint --ext .js,.ts .",
|
||||||
"build": "tsc -p .",
|
"build": "tsc -p .",
|
||||||
|
@ -28,7 +28,7 @@ Object.assign(exports, registry.exportGrouped({
|
|||||||
memory: '4GiB',
|
memory: '4GiB',
|
||||||
timeoutSeconds: 540,
|
timeoutSeconds: 540,
|
||||||
}));
|
}));
|
||||||
registry.title = 'url2text';
|
registry.title = 'reader';
|
||||||
registry.version = '0.1.0';
|
registry.version = '0.1.0';
|
||||||
|
|
||||||
process.on('unhandledRejection', () => 'no big deal');
|
process.on('unhandledRejection', () => 'no big deal');
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "url2text",
|
"name": "reader",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "### Prerequisite - Node v18 (The build fails for Node version >18) - Yarn - Firebase CLI (`npm install -g firebase-tools`)",
|
"description": "### Prerequisite - Node v18 (The build fails for Node version >18) - Yarn - Firebase CLI (`npm install -g firebase-tools`)",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user