mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 00:23:57 +00:00
documentation
This commit is contained in:
7
packages/tools/README.md
Normal file
7
packages/tools/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# dbgate-tools
|
||||
|
||||
Auxiliary tools for other DbGate packages.
|
||||
|
||||
## Installation
|
||||
|
||||
yarn add dbgate-tools
|
||||
@@ -3,6 +3,16 @@
|
||||
"name": "dbgate-tools",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
|
||||
"homepage": "https://dbgate.org/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dbshell/dbgate.git"
|
||||
},
|
||||
"funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur",
|
||||
"author": "Jan Prochazka",
|
||||
"license": "GPL",
|
||||
|
||||
"scripts": {
|
||||
"prepare": "yarn build",
|
||||
"build": "tsc",
|
||||
|
||||
Reference in New Issue
Block a user