Socket
Socket
Sign inDemoInstall

@qwick/bs-express

Package Overview
Dependencies
64
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @qwick/bs-express

Express bindings in Reason


Version published
Weekly downloads
7
increased by133.33%
Maintainers
3
Install size
3.01 MB
Created
Weekly downloads
 

Readme

Source

bs-express

Express bindings for BuckleScript in Reason.

Installing

  1. Install bs-express using npm:
npm install --save bs-express
  1. Add bs-express as a dependency to your bsconfig.json:
{
  "name": "your-project",
  "bs-dependencies": ["bs-express"]
}

Right now the library is somewhat underdocumented, so please view the interface file Express.rei or the example folder to see library usage.


Contributing

If you'd like to contribute, you can follow the instructions below to get things working locally.

Getting Started

  1. After cloning the repo, install the dependencies
npm install
  1. Build and start the example server:
npm start

Running the tests

To run tests, run the command:

npm test

Keywords

FAQs

Last updated on 01 Sep 2020

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