Socket
Socket
Sign inDemoInstall

@icanbwell/bwell-sdk-ts

Package Overview
Dependencies
0
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @icanbwell/bwell-sdk-ts

b.well TypeScript SDK


Version published
Weekly downloads
175
decreased by-5.91%
Maintainers
3
Install size
2.35 kB
Created
Weekly downloads
 

Readme

Source

BWell SDK Typescript

Set-Up

After pulling the code base from the GIT repo follow the next steps to install and run the sdk.

  1. Open a terminal in the home directory of the typescript sdk:
cd ./bwell-sdk-typescript
  1. Install dependencies
npm install

Commands

Build

Compiles typescript to dist directory after cleaning directory

npm run build

Testing

Runs all test verbosely and reports coverage

npm test
Coverage

Open coverage report in browser.

npm run coverage

Formatting

Run prettier and format all files that do not conform to prettier config.

npm run format

Linting

Runs eslint and reports any warnings or errors. Does not fix errors.

npm run lint

FAQs

Last updated on 24 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc