Skip to content

Commit 25d7cbf

Browse files
author
github-actions
committed
docs & readmes
[TRANSFER][PUBLISH]
1 parent 2b52847 commit 25d7cbf

File tree

292 files changed

+6
-65783
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+6
-65783
lines changed

README.md

Lines changed: 0 additions & 272 deletions
This file was deleted.

build/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import path from 'path'
44
import { argvs, sanitizePackageName, exchangeArgv, execSync, cp, capitalize, regexAll } from './utils';
55

66
import { fileURLToPath } from 'url';
7-
// @ts-expect-error
87
const __dirname = path.dirname(fileURLToPath(import.meta.url));
98

109

@@ -142,9 +141,10 @@ class build {
142141
newText = regexAll (newText, [
143142
['__exchangeName__', this.exchange],
144143
['__ExchangeName__', capitalize(this.exchange)],
144+
['__HOMEPAGE_URL__', 'https://github.com/ccxt/' + this.language + '-' + this.exchange],
145145
]);
146146
const defaults: any = {
147-
'__LINK_TO_OFFICIAL_EXCHANGE_DOCS__': 'https://ccxt.com',
147+
'__LINK_TO_OFFICIAL_EXCHANGE_DOCS__': `https://www.google.com/search?q=google+${this.exchange}+cryptocurrency+exchange+api+docs`,
148148
'__EXAMPLE_SYMBOL__': 'BTC/USDC',
149149
};
150150
const exchangeConfig = this.globalConfigs['exchanges'][this.exchange];

build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"build-single-exchange": "tsx build.ts",
88
"pypi-packager": "tsx pypi-packager.ts",
9+
910
"sample-generate": "cd ../.github/scripts/ && bash generate-exchange-skeleton.sh ../../../tmp_folder kucoin",
1011
"sample-build": "cd ../../tmp_folder/build && npm run build-single-exchange",
1112
"sample-pypi": "cd ../../tmp_folder/build && npm run pypi-packager",
@@ -16,8 +17,7 @@
1617
"dependencies": {
1718
"fs": "*",
1819
"path": "*",
19-
"semver": "^7.7.1",
20-
"typescript": "^5.8.2"
20+
"semver": "^7.7.1"
2121
},
2222
"devDependencies": {
2323
"tsx": "^4.19.3"

build/templates/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ type = [
6161
]
6262

6363
[project.urls]
64-
Homepage = "https://github.com/ccxt/ccxt"
65-
Issues = "https://github.com/ccxt/ccxt"
64+
Homepage = "__HOMEPAGE_URL__"
65+
Issues = "__HOMEPAGE_URL__"
6666
Documentation = "https://github.com/ccxt/ccxt/wiki"

examples/async.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

examples/sync.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)