Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 421 Bytes

File metadata and controls

26 lines (16 loc) · 421 Bytes

Node Extensions

This project provides bindings to node's stream modules and more.

Usage:

In addition to adding this module you will need the following dependencies.

  • Add bs-node to your bsconfig.json.
  • Add buckletypes/bs-node to package.json .

Build

npm run build

Build + Watch

npm run start

Editor

If you use vscode, Press Windows + Shift + B it will build automatically