This commit is contained in:
pelikhan 2021-11-12 22:27:22 -08:00
Родитель afab4698a0
Коммит 25c2f9983a
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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",