0.1.4 • Published 4 years ago
@teamexos/mbo-api v0.1.4
MBO API Client
The API Client for the MBO API written in TypeScript.
Install
yarn add @teamexos/mbo-api
Testing
yarn test
Linting
yarn lint:fix
Local Development
install nix
https://nixos.org/guides/install-nix.html
run nix-shell
from the root directory of the project
How to publish a new package version
Create a github tag with a name corresponding to the new package version (e.g. 1.2.3
) from package.json
.
The package will be published to the npm registry using github actions.
WebStorm Settings
Follow these steps:
- Open Settings/Preferences
- Languages and Frameworks
- JavaScript
- Code Quality Tools
- ESLint
- Select the "Automatic ESLint configuration" option
- Select the "Run eslint --fix on save" option
Recommended VSCode Settings
Open VSCode, and install the extension "Prettier - Code Format".
Create a file at:
.vscode/settings.json
Open and add the following:
{
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
0.1.0
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.0.20
4 years ago
0.0.18
4 years ago
0.0.19
4 years ago
0.0.11
4 years ago
0.0.12
4 years ago
0.0.14
4 years ago
0.0.15
4 years ago
0.0.16
4 years ago
0.0.17
4 years ago
0.0.10
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.5
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago