patch: updated docs
This commit is contained in:
Родитель
afab4698a0
Коммит
25c2f9983a
|
@ -31,7 +31,7 @@ npm install -g jacdac-cli
|
|||
Starts a local websocket server that acts as a bridge between a web dashboard and a client implementation. This allows to test a native client using the latest version of the web developer tools.
|
||||
|
||||
```
|
||||
jacdac-cli devtools
|
||||
jacdac devtools
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
"version": "1.0.1",
|
||||
"description": "Command line interface for Jacdac",
|
||||
"main": "./dist/cli.ts",
|
||||
"bin": "./dist/cli.js",
|
||||
"bin": {
|
||||
"jacdac": "./dist/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"prettier": "prettier --write src/**/*.ts",
|
||||
|
|
Загрузка…
Ссылка в новой задаче