Prettier
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# BENNC-JS
|
||||
|
||||
[](https://drone.jacknet.io/TerribleCodeClub/bennc-js)
|
||||
|
||||
An implementation of the [BENNC](https://wiki.jacknet.io/books/simontech/chapter/bennc) client specification.
|
||||
@@ -8,15 +9,18 @@ An implementation of the [BENNC](https://wiki.jacknet.io/books/simontech/chapter
|
||||
To build the BENNC-JS library, first clone this repository.
|
||||
|
||||
Run the following commands from the root of the repository:
|
||||
|
||||
```bash
|
||||
$ npm install
|
||||
$ npm run build
|
||||
```
|
||||
|
||||
The build output will be saved to the `dist` directory.
|
||||
|
||||
## Development instructions
|
||||
|
||||
Requirements:
|
||||
|
||||
- The latest LTS builds of Node and npm.
|
||||
|
||||
Follow the instructions below to lint, test and build BENNC-JS.
|
||||
@@ -34,6 +38,7 @@ $ npm run lint
|
||||
$ npm install
|
||||
$ npm run test
|
||||
```
|
||||
|
||||
#### Build
|
||||
|
||||
```bash
|
||||
@@ -43,7 +48,7 @@ $ npm run build
|
||||
|
||||
### Visual Studio Code
|
||||
|
||||
This repository contains the necessary configuration files to debug, test and build BENNC-JS using only Visual Studio Code.
|
||||
This repository contains the necessary configuration files to debug, test and build BENNC-JS using only Visual Studio Code.
|
||||
|
||||
Run the build task (`Ctrl+Shift+B` or `⇧⌘B`) to automatically compile the Typescript source files in the background.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user