Lint and update
This commit is contained in:
15
README.md
15
README.md
@@ -1,4 +1,5 @@
|
||||
# Romulus-JS
|
||||
|
||||
[](https://drone.jacknet.io/TerribleCodeClub/romulus-js) [](https://standardjs.com)
|
||||
|
||||
An implementation of the Romulus-M cryptography specification.
|
||||
@@ -8,15 +9,18 @@ An implementation of the Romulus-M cryptography specification.
|
||||
To build the Romulus-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 Romulus-JS.
|
||||
@@ -34,6 +38,7 @@ $ npm run lint
|
||||
$ npm install
|
||||
$ npm run test
|
||||
```
|
||||
|
||||
#### Build
|
||||
|
||||
```bash
|
||||
@@ -43,14 +48,8 @@ $ npm run build
|
||||
|
||||
### Visual Studio Code
|
||||
|
||||
This repository contains the necessary configuration files to debug, test and build Romulus-JS using only Visual Studio Code.
|
||||
This repository contains the necessary configuration files to debug, test and build Romulus-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.
|
||||
|
||||
Unit tests use the [Jest](https://jestjs.io/) library. Support for Visual Studio Code is offered through the [Jest marketplace package](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest) maintained by Orta.
|
||||
|
||||
## Contribution guidelines
|
||||
|
||||
[](https://github.com/standard/standard)
|
||||
|
||||
This library uses [ts-standard](https://github.com/standard/ts-standard), based on [JavaScript Standard Style](https://standardjs.com/rules.html). Please ensure all contributions are ts-standard compliant before submitting a pull request.
|
||||
Unit tests use the [Jest](https://jestjs.io/) library. Support for Visual Studio Code is offered through the [Jest marketplace package](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest) maintained by Orta.
|
||||
Reference in New Issue
Block a user